IRandomStreamSource<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#
ulong NextIndex { get; }

Property Value

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

See Also