Research a pseudorandom number generator.
Choose a pseudorandom number generator that is used extensively, such as the one provided by an operating system, or one that was commonly used by a popular programming language.
Briefly discuss the pseudorandom number generator’s type and operation.
How strong is the generator (for example, what is the period of the PRNG)? What attacks is it vulnerable to?
Sample Solution