Xoshiro256StarStarEngine.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#
public string Name {
	get;
 }

Property Value

String
A stable identifier for this engine type, suitable for debugging and logging.

Implements

IRandomEngine.Name

Remarks

The name should be stable across library versions and uniquely identify the engine algorithm (e.g., "Pcg64", "Xoshiro256**", "Philox-4x32").

See Also