RandomStreamSource<TRandom>.Path Property

Gets the hierarchical path identifying the current scope.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public ReadOnlySpan<ulong> Path { get; }

Property Value

ReadOnlySpan<UInt64>
A read-only span of 64-bit unsigned integers representing the path from the root to the current scope. An empty span represents the root.

Implements

IRandomStreamSource<TRandom>.Path

See Also