|
Name
|
Description
|
|
Between
|
Returns a random number between the specified values
|
|
Equals
|
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
|
|
Finalize
|
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(Inherited from Object.)
|
|
Next()()()()
|
Returns a nonnegative random number.
(Inherited from Random.)
|
|
Next(Int32)
|
Returns a nonnegative random number less than the specified maximum.
(Inherited from Random.)
|
|
Next(Int32, Int32)
|
Returns a random number within a specified range.
(Inherited from Random.)
|
|
NextBytes
|
Fills the elements of a specified array of bytes with random numbers.
(Inherited from Random.)
|
|
NextDouble
|
Returns a random number between 0.0 and 1.0.
(Inherited from Random.)
|
|
NextFloat
|
Returns a random number between 0.0f and 1.0f.
|
|
Sample
|
Returns a random number between 0.0 and 1.0.
(Inherited from Random.)
|
|
ToString
|
Returns a String that represents the current Object.
(Inherited from Object.)
|