ThreadSafeRandom Constructor

Note: This API is now obsolete.
Initializes a new instance of the ThreadSafeRandom class, using a random seed value. It is practically the same as using the Instance property.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
[ObsoleteAttribute("This member is maintained for compatibility reasons. Use directly the static Instance property for a slightly better performance.")]
public ThreadSafeRandom()

See Also