FastRandom Constructor (Int32, Boolean) |
Initializes a new instance of the
FastRandom class,
using the specified seed value.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public FastRandom(
int seed,
bool makeBetterSeed = false
)
Parameters
- seed
- Type: SystemInt32
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 (Optional)
- Type: SystemBoolean
See Also