noiseSeed()
Math / RandomDescription
Sets the seed value for noise().
Syntax
void noiseSeed(int seed)
Parameters
| Name | Type | Description |
|---|---|---|
| seed | int | seed value |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...