Is it possible to seed the random number generator (Math.random) in Javascript?
For a number between 0 and 100.
Number.parseInt(Math.floor(Math.random() * 100))