Counter Based Generator 64<TEngine> Constructor
Initializes a new instance of the CounterBasedGenerator64<TEngine> struct with the specified engine.
Definition
Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public CounterBasedGenerator64(
TEngine engine
)Parameters
- engine TEngine
- The counter-based engine to wrap. Must already be in a consistent state.