Xoshiro 256Star Star Engine.Name Property
Gets a human-readable name for this engine.
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A stable identifier for this engine type, suitable for debugging and logging.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public string Name {
get;
}Property Value
StringA stable identifier for this engine type, suitable for debugging and logging.
Implements
IRandomEngine.NameRemarks
The name should be stable across library versions and uniquely identify the engine algorithm (e.g., "Pcg64", "Xoshiro256**", "Philox-4x32").