Inheritance Hierarchy
NReco.Math3.Random BitsStreamGenerator
NReco.Math3.Random MersenneTwister
Namespace: NReco.Math3.Random
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The MersenneTwister type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MersenneTwister | Initializes a new instance of the MersenneTwister class | |
| MersenneTwister(Int32) | Initializes a new instance of the MersenneTwister class | |
| MersenneTwister( Int32 ) | Initializes a new instance of the MersenneTwister class | |
| MersenneTwister(Int64) | Initializes a new instance of the MersenneTwister class |
Methods
| Name | Description | |
|---|---|---|
| clear | (Inherited from BitsStreamGenerator.) | |
| Equals | (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.) | |
| 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 | (Overrides BitsStreamGenerator next(Int32).) | |
| nextBoolean | (Inherited from BitsStreamGenerator.) | |
| nextBytes | (Inherited from BitsStreamGenerator.) | |
| nextDouble | (Inherited from BitsStreamGenerator.) | |
| nextFloat | (Inherited from BitsStreamGenerator.) | |
| nextGaussian | (Inherited from BitsStreamGenerator.) | |
| nextInt | (Inherited from BitsStreamGenerator.) | |
| nextInt(Int32) | (Inherited from BitsStreamGenerator.) | |
| nextlong | (Inherited from BitsStreamGenerator.) | |
| nextlong(Int64) | (Inherited from BitsStreamGenerator.) | |
| setSeed(Int32) | (Overrides BitsStreamGenerator setSeed(Int32).) | |
| setSeed( Int32 ) | (Overrides BitsStreamGenerator setSeed( Int32 ).) | |
| setSeed(Int64) | (Overrides BitsStreamGenerator setSeed(Int64).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also