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