Right now the RNG is deterministic. My guess is you didn't seed the random number generator with a different value each time the game starts. Usually people do that by seeding with the system clock time.
It was fine on the desktop build, but I didn’t fully test the web build, and didn’t notice it until it was too late to fix it. I’ve already fixed it for the post-jam build