Seeded determinism (randomSeed)
Storing the seed passed to randomSeed() lets a sketch reproduce an identical run of random() calls on demand, and swap in a fresh seed only when asked.
Storing the seed passed to randomSeed() lets a sketch reproduce an identical run of random() calls on demand, and swap in a fresh seed only when asked.