I have an issue with random() in that the results returned are the same on every run of the game.
So any items using random will reproduce the exact same numbers everytime the browser is refreshed, hence the gameplay isnt random.
Is there a random seed or some other way to produce more random numbers.
Thanks