ScalarGenerator32<TEngine> Constructor

Initializes a new instance of the ScalarGenerator32<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 ScalarGenerator32(
	TEngine engine
)

Parameters

engine  TEngine
The scalar 32-bit engine to wrap.

See Also