Based on algorithms from https://en.wikipedia.org/wiki/Xorshift If you use the same seed twice, you get the exact same numbers. This has applications in situations where you need to be able to have a repeatable output, such as procedural generation. Scratch's random number generator does not produce repeatable results, as far as I know.