Click or drag to resize

RandMT64(Int64) Constructor

Creates a random number generator seeded with a specified integer.

Namespace: Orthogonal.Common.Basic.PRNG
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-29 08:29 GMT+10
Syntax
C#
public RandMT64(
	long seed
)

Parameters

seed  Int64
The seed number for the generator.
See Also