| RandEcuyer88S(Int32, Int32) Constructor |
Constructs an Ecuyer 1988 shuffle random class with specified seed values.
Namespace: Orthogonal.Common.Basic.PRNGAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public RandEcuyer88S(
int seed1,
int seed2
)
Parameters
- seed1 Int32
- Signed Int32 seed 1.
- seed2 Int32
- Signed Int32 seed 2.
See Also