Click or drag to resize

RandEcuyerLFSR113(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the RandEcuyerLFSR113 class

Namespace: Orthogonal.Common.Basic.PRNG
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-29 08:29 GMT+10
Syntax
C#
public RandEcuyerLFSR113(
	int seed1,
	int seed2,
	int seed3,
	int seed4
)

Parameters

seed1  Int32
 
seed2  Int32
 
seed3  Int32
 
seed4  Int32
 
See Also