Click or drag to resize

RandomSeedGuid Method

Provides a seed based on time and unique GUIDs. WARNING: There is only low randomness in this seed, but at least quick repeated calls will result in different seed values. 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 Guid()

Return Value

Int32

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

See Also