IRandom Stream Source<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#
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.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
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.