textmode.js / Textmodifier / noiseSeed
Method: noiseSeed()
ts
noiseSeed(seed): void;Reset the noise lookup table to a seed.
Use this when a sketch needs a repeatable noise field independent of the current random sequence.
Parameters
| Parameter | Type | Description |
|---|---|---|
seed | string | number | Seed used to regenerate the noise table. |
Returns
void