noiseSeed()

Math / Random

Description

Sets the seed value for noise().

Syntax

void noiseSeed(int seed)

Parameters

NameTypeDescription
seedintseed value

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...