Ran004Long(UInt32, UInt32) Method |
Resets the sequence to a specified seed and position and returns that deviate.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual uint Long(
uint new_seed,
uint nth
)
Parameters
- new_seed UInt32
- The seed that identifies the sequence.
- nth UInt32
- The one-based position within the sequence.
Return Value
UInt32The pseudorandom value at the requested sequence position.
See Also