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