RandomGenerator(UInt32) Constructor |
Constructs the random generator with a seed value.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RandomGenerator(
uint new_seed
)
Parameters
- new_seed UInt32
- The initial seed value.
See Also