Generate one random number

Given this is the p5js forum category…:

function draw() {
  frameCount % 200 || print(random());
}
1 Like