IRandomSource.Name Property

Gets a human-readable name for this random number generator.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
string Name { get; }

Property Value

String
The generator name (e.g., "Pcg64", "Xoshiro256**", "Philox4x32").

See Also