| RandIsaac(Int32) Constructor |
Constructs an ISAAC RNG seeded by an Int32 array of maximum length
SIZE (256).
Namespace: Orthogonal.Common.Basic.PRNGAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax 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