 | RandMT64(Int64) Constructor |
Creates a random number generator seeded with a specified integer.
Namespace: Orthogonal.Common.Basic.PRNGAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntaxpublic RandMT64(
long seed
)
Parameters
- seed Int64
- The seed number for the generator.
See Also