METAS UncLib Help
C#
VB
C++
F#
Show/Hide TOC
Random Constructor
Initializes a new instance of the
Random
class
Definition
Namespace:
Metas.UncLib.Core.RandomGenerator
Assembly:
Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
Copy
public
Random
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
Random
()
F#
Copy
new
:
unit
->
Random
See Also
Reference
Random Class
Metas.UncLib.Core.RandomGenerator Namespace
In This Article
Definition
See Also