संदर्भ noiseSeed()

noiseSeed()

Sets the seed value for the noise() function.

By default, noise() produces different results each time a sketch is run. Calling noiseSeed() with a constant argument, such as noiseSeed(99), makes noise() produce the same results each time a sketch is run.

उदाहरण

सिंटैक्स

noiseSeed(seed)

पैरामीटर्स

seed
Number:

seed value.

This page is generated from the comments in src/math/noise.js . Please feel free to edit it and submit a pull request!

संबंधित संदर्भ