MT19937(Int32) Constructor |
Initializes a new instance of the MersenneTwister class, using the specified seed value.
Namespace: Demo3D.Common.RandomAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic MT19937(
int seed
)
Parameters
- seed Int32
[Missing <param name="seed"/> documentation for "M:Demo3D.Common.Random.MT19937.#ctor(System.Int32)"]
See Also