Gets a ThreadSafeRandom instance that can be used from any threads concurrently.
Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Property Value
Type: ThreadSafeRandomRemarks
![]() |
---|
This property returns a ThreadSafeRandom instance, which generates pseudo random numbers using FastRandom internally. To produce cryptographically secure random numbers use the Create(FuncRandom) method instead, and initialize it by a delegate, which returns SecureRandom instances. |
See Also