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-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax
C#
public RandEcuyerLFSR113(
	int seed1,
	int seed2,
	int seed3,
	int seed4
)

Parameters

seed1  Int32
 
seed2  Int32
 
seed3  Int32
 
seed4  Int32
 
See Also