Click or drag to resize

RandomSeedTime Method

Provides a time-dependent seed value, matching the default behavior of System.Random. WARNING: There is no randomness in this seed and quick repeated calls can cause the same seed value. Do not use for cryptography!

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int Time()

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSeed.Time"]

See Also