RandomStreamSource<TRandom>.NextIndex Property

Gets the index of the next stream to be consumed at this scope.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public ulong NextIndex { get; protected set; }

Property Value

UInt64
The next child index. Starts at 0 and increments with each call to NextStream() or Advance(UInt64).

Implements

IRandomStreamSource<TRandom>.NextIndex

See Also