The first random value is always the same when using randomSeed

Hi Reva,

Not that I am aware, but check this link: https://forum.processing.org/two/discussion/22852/random-numbers-after-using-randomseed
You can try using time as a new seed, or you can try create object’s each with a random process. Example, one object has in its contructor the randomSeed(), and another does not. Then, you create a getter to retrieve the random number. Not sure if it will work for your case, but give it a try.
Later on, I will try it myself, but let me know if it worked.

2 Likes