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.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
[ObsoleteAttribute("This member is maintained for compatibility reasons. Use directly the static Instance property for a slightly better performance.")]
public ThreadSafeRandom()
<ObsoleteAttribute("This member is maintained for compatibility reasons. Use directly the static Instance property for a slightly better performance.")>
Public Sub New
public:
[ObsoleteAttribute(L"This member is maintained for compatibility reasons. Use directly the static Instance property for a slightly better performance.")]
ThreadSafeRandom()
[<ObsoleteAttribute("This member is maintained for compatibility reasons. Use directly the static Instance property for a slightly better performance.")>]
new : unit -> ThreadSafeRandom