Pseudorandom number generator
A deterministic algorithm that generates numbers resembling random samples. Given the same internal state and inputs, it produces the same sequence.
A deterministic algorithm that generates numbers resembling random samples. Given the same internal state and inputs, it produces the same sequence.