Random::noise()
Returns the Open Simplex noise value at specified coordinates.
Syntax
Java
.noise(x)
.noise(x, y)
.noise(x, y, z)
Scratch
(noise)
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | x-coordinate |
| y | double | y-coordinate |
| z | double | z-coordinate |
Return
double
