Click or drag to resize

RandomGenerator(String) Constructor

Constructs the random generator with a seed using the hash value of a given string.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RandomGenerator(
	string hashstring
)

Parameters

hashstring  String
The hash value of this string is used for the initial seed value.
See Also