Question
What is a pseudo-random number?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A deterministic sequence designed to behave like random draws
Explanation:
Computer generators use algorithms and an internal state to produce random-like sequences.
Because they are deterministic, a seed can reproduce them.
Leave a Reply