BlockGenerator64<TEngine> Constructor

Initializes a new instance of the BlockGenerator64<TEngine> struct with the specified engine.

Definition

Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public BlockGenerator64(
	TEngine engine
)

Parameters

engine  TEngine
The block engine to wrap.

See Also