The MersenneTwister type exposes the following members.
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