We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can add this to the markov example in setup(): https://editor.p5js.org/a2zitp/sketches/XeO8pqqMR
setup()
It won't work, however, in the p5.js web editor since the sketch is running in a separate iframe.
let params = getURLParams(); console.log(params); if (params.seed) { randomSeed(params.seed); generate(); }