Click or drag to resize

MT19937 Constructor (Int32)

Initializes a new instance of the MersenneTwister class, using the specified seed value.

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public MT19937(
	int seed
)

Parameters

seed
Type: SystemInt32

[Missing <param name="seed"/> documentation for "M:Demo3D.Common.Random.MT19937.#ctor(System.Int32)"]

See Also