RandomGenerator(String) Constructor |
Constructs the random generator with a seed using the hash value of a given string.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RandomGenerator(
string hashstring
)
Parameters
- hashstring String
- The hash value of this string is used for the initial seed value.
See Also