concept

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.

Also called: random seed reproducibility · deterministic random replay

What it means

Why it matters in practice

How it shows up in code

Works that embody it

Arguments against it


Revision 1 · 1 source · Something wrong? Tell us.