CounterBasedGenerator32<TEngine>.Advance Method

Advances the RNG state by the specified number of outputs.

Definition

Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public void Advance(
	ulong count
)

Parameters

count  UInt64
 

Implements

IAdvanceable.Advance(UInt64)

Remarks

Advances the generator by the specified number of values. This method updates both the engine's counter and the internal block index to efficiently skip ahead in the sequence.

See Also