The RandomGenerator type exposes the following members.

Constructors

  NameDescription
RandomGenerator
Initializes a new instance of the RandomGenerator class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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
A random number in an arbitrary interval.
NextDouble_0_1
A random number between [0...+1].
NextDouble_0_2Pi
A random number between [0...2*Pi].
NextDouble_0_mr
A random number between [0...+MaxRandom].
NextDouble_0_Pi
A random number between [0...Pi].
NextDouble_1_1
A random number between [-1...+1].
NextDouble_2Pi_2Pi
A random number between [-2*Pi...2*Pi].
NextDouble_mr_mr
A random number between [-MaxRandom...+MaxRandom].
NextDouble_Pi_Pi
A random number between [-Pi...Pi].
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also