Click or drag to resize

RandIsaac(Int32[]) Constructor

Constructs an ISAAC RNG seeded by an Int32 array of maximum length SIZE (256).

Namespace: Orthogonal.Common.Basic.PRNG
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntax
C#
public RandIsaac(
	int[] seed
)

Parameters

seed  Int32[]
An optional array of seed Int32 values, when null or zero-length it is the same as using the empty constructor.
See Also