Click or drag to resize

RandomGeneratorUniqueSeed Method

Generate a unique seed using the default seed generator, which is currently RNGCryptoServiceProvider

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static uint UniqueSeed()

Return Value

UInt32
A seed value in the range [0, 2^31-1].
See Also