Skip to content

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

ParameterTypeDescription
seedstring | numberSeed used to regenerate the noise table.

Returns

void

Example