Click or drag to resize

RandomGenerator Methods

The RandomGenerator type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
The object optimized serialization method.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext
Returns a nonnegative random number.
Public methodNext(Int32)
Returns a nonnegative random number less than the specified maximum.
Public methodNext(Int32, Int32)
Returns a random number within a specified range.
Public methodNextDouble
Returns a random number between 0.0 and 1.0.
Public methodNextDouble(Double)
Returns a nonnegative random number less than the specified maximum.
Public methodNextDouble(Double, Double)
Returns a random number within a specified range.
Public methodNextSeries(Double)
Fills given array with random number between 0.0 and 1.0.
Public methodNextSeries(Int32)
Returns the vector with random number between 0.0 and 1.0.
Public methodNextSeries(Int32)
Fills given array with nonnegative random numbers.
Public methodNextSeries(Matrix)
Fills given matrix with random number between 0.0 and 1.0.
Public methodNextSeries(Vector)
Fills given vector with random number between 0.0 and 1.0.
Public methodNextSeries(Double, Double)
Fills given array with nonnegative random numbers less than the specified maximum.
Public methodNextSeries(Int32, Double)
Fills given vector with nonnegative random numbers less than the specified maximum.
Public methodNextSeries(Int32, Int32)
Fills given array with nonnegative random numbers less than the specified maximum.
Public methodNextSeries(Matrix, Double)
Fills given matrix with nonnegative random numbers less than the specified maximum.
Public methodNextSeries(Vector, Double)
Fills given vector with nonnegative random numbers less than the specified maximum.
Public methodNextSeries(Double, Double, Double)
Fills given array with random numbers within a specified range.
Public methodNextSeries(Int32, Double, Double)
Fills given vector with random numbers within a specified range.
Public methodNextSeries(Int32, Int32, Int32)
Fills given array with random numbers within a specified range.
Public methodNextSeries(Matrix, Double, Double)
Fills given matrix with random numbers within a specified range.
Public methodNextSeries(Vector, Double, Double)
Fills given vector with random numbers within a specified range.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also