| Name | Description |
---|
 | AsParallel |
Returns a thread-safe version of this random number generator.
(Inherited from ExtendedRandom.) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Fill(Double) |
Fills a Double array with random numbers.
(Inherited from ExtendedRandom.) |
 | Fill(Int32) |
Fills an Int32 array with random numbers.
(Inherited from ExtendedRandom.) |
 | Fill(Vector) |
Fills a vector with random numbers.
(Inherited from ExtendedRandom.) |
 | Fill(Double, ContinuousDistribution) |
Fills a Double array with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Fill(Int32, DiscreteDistribution) |
Fills an Int32 array with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Fill(Vector, ContinuousDistribution) |
Fills a vector with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Fill(Vector, DiscreteDistribution) |
Fills a vector with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Fill(Double, Int32, Int32) |
Fills a Double array with random numbers.
(Inherited from ExtendedRandom.) |
 | Fill(Int32, Int32, Int32) |
Fills an Int32 array with random numbers.
(Inherited from ExtendedRandom.) |
 | Fill(Double, Int32, Int32, ContinuousDistribution) |
Fills a Double array with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Fill(Int32, Int32, Int32, DiscreteDistribution) |
Fills an Int32 array with random samples from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.
(Overrides RandomNext.) |
 | Next(Int32) | Returns a nonnegative random number less than the specified maximum. (Inherited from Random.) |
 | Next(DiscreteDistribution) |
Returns a sample from the specified distribution.
(Inherited from ExtendedRandom.) |
 | 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.
(Overrides RandomNextBytes(Byte).) |
 | NextDouble | Returns a random number between 0.0 and 1.0. (Inherited from Random.) |
 | NextDouble(ContinuousDistribution) |
Returns a sample from the specified distribution.
(Inherited from ExtendedRandom.) |
 | Restart |
Restarts the random number generator using the original seed.
(Overrides ExtendedRandomRestart.) |
 | Restart(Int32) |
Restarts the random number generator using the specified seed.
(Overrides ExtendedRandomRestart(Int32).) |
 | Sample |
Returns a random number between 0 and 1.
(Overrides RandomSample.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |