Block Generator 32<TEngine> Constructor
Initializes a new instance of the BlockGenerator32<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 BlockGenerator32(
TEngine engine
)Parameters
- engine TEngine
- The block engine to wrap.