Click or drag to resize

Ran004Long(UInt32, UInt32) Method

Resets the sequence to a specified seed and position and returns that deviate.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

UInt32
The pseudorandom value at the requested sequence position.
See Also