Random Stream Source<TRandom>.Next Index 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#
The next child index. Starts at 0 and increments with each call to NextStream() or Advance(UInt64).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public ulong NextIndex { get; protected set; }Property Value
UInt64The next child index. Starts at 0 and increments with each call to NextStream() or Advance(UInt64).