Random Constructor (Int32) |
Constructor for the Random number generator class with supplied seed.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Random(
int seed
)
Public Sub New (
seed As Integer
)
public:
Random(
int seed
)
new :
seed : int -> Random
Parameters
- seed
- Type: SystemInt32
An int which represents the random number generator seed in the range
of -2,147,483,647 to +2,147,483,647.
See Also