Click or drag to resize

FastRandom(Int32, Boolean) Constructor

Initializes a new instance of the FastRandom class, using the specified seed value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public FastRandom(
	int seed,
	bool makeBetterSeed = false
)

Parameters

seed  Int32
A number used to calculate a starting value for the pseudo-random number sequence. If a negative number is specified, the absolute value of the number is used.
makeBetterSeed  Boolean  (Optional)
 
See Also