Noise Buffering

If you are trying to use the same (seeded) noise between Processing / p5.js / processing.py sketches with consistent results, you can also use CommonRandom. This gives cross-mode stable output from any given seed.

1 Like