public class Random : RandomNET, IRandom
Public Class Random
Inherits RandomNET
Implements IRandom
public ref class Random : public RandomNET,
IRandom
type Random =
class
inherit RandomNET
interface IRandom
end
Random | Initializes a new instance of the Random class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FromSamples(Int32, Double) |
Random numbers from samples.
(Inherited from RandomNET) |
Gaussian(Int32, Double, Double) |
Normally distributed random numbers.
(Inherited from RandomNET) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(UInt32) |
Initializes the MersenneTwister object using the specified seed value.
(Inherited from MersenneTwister) |
Init(UInt32) |
Initializes the MersenneTwister object using the specified seed value.
(Inherited from MersenneTwister) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Next |
Returns a nonnegative random number.
(Inherited from MersenneTwister) |
Next(Int32) |
Returns a nonnegative random number less than the specified maximum.
(Inherited from MersenneTwister) |
Next(Int32, Int32) |
Returns a random number within a specified range.
(Inherited from MersenneTwister) |
NextBytes |
Fills the elements of a specified array of bytes with random numbers.
(Inherited from MersenneTwister) |
NextDouble |
Returns a random number between 0.0 and 1.0.
(Inherited from MersenneTwister) |
NextUInt |
Returns a nonnegative random number.
(Inherited from MersenneTwister) |
NextUInt(UInt32) |
Returns a nonnegative random number less than the specified maximum.
(Inherited from MersenneTwister) |
NextUInt(UInt32, UInt32) |
Returns a random number within a specified range.
(Inherited from MersenneTwister) |
Rand |
Uniformly distributed random numbers.
(Inherited from RandomNET) |
Randn |
Normally distributed random numbers.
(Inherited from RandomNET) |
Sample | Returns a random floating-point number between 0.0 and 1.0. (Inherited from Random) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Uniform(Int32, Double, Double) |
Uniformly distributed random numbers.
(Inherited from RandomNET) |