[javascript] Seeding the random number generator in Javascript

For a number between 0 and 100.

Number.parseInt(Math.floor(Math.random() * 100))