Click or drag to resize

RandGenUniform(Int32) Constructor

Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The lower and bounds bounds of the deviates are 0 and 1, respectively.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenUniform(
	int seed
)

Parameters

seed  Int32
Random number seed.
See Also