Can I have multiple independent random number generators with different seeds?

The only sensible solution is creating a class for random + seed. :seedling:

If you prefer not to, the only other feasible solution is using iframes: :framed_picture:

Let’s say you need 10 unique seeds. Then you’re gonna need 10 iframes w/ a p5js in it. :grimacing:

1 Like