An RNG algorithm that takes in a seed and outputs a deterministic sequence of random numbers Hotkeys: [G] - generate random numbers between the min and max, inclusive [R] - randomise the seed [S] - set the seed to a specific number [E] - clear/reset lists
Uses an LCG number generator (a PRNG algorithm) ========================================== #prng #rng #algorithm