Random Source<TGenerator>.Generator Property
Gets a reference to the underlying Layer 2 generator.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A ref to the stored generator instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
protected ref TGenerator Generator { get; }Property Value
TGeneratorA ref to the stored generator instance.
Remarks
This property provides direct access to the Layer 2 generator struct, enabling zero-overhead operation in performance-critical code paths.