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.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxReturn Value
Int32
An integer seed value based on the current system tick count and a new GUID hash code.
See Also