The RandomNumberGenerator type exposes the following members.

Methods

  NameDescription
Clone
Returns a deep copy of a random number generator.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
NextDouble
Method for generating a single precision random deviate.
NextDoubleComplex
Method for generating a double precision complex number random deviate.
NextFloat
Method for generating a single precision random deviate.
NextFloatComplex
Method for generating a single precision complex number random deviate.
ResetOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
UniformDeviateMethod
Gets and sets the delegate method for generating uniform deviates between zero and one.

See Also