Random::randomSeed()
Sets the seed for the random method.
Syntax
Java
.randomSeed(seed)
Parameters
| Name | Data Type | Description |
|---|---|---|
| seed | long | the seed |
Return
void

Sets the seed for the random method.
.randomSeed(seed)
| Name | Data Type | Description |
|---|---|---|
| seed | long | the seed |
void