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

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