Which Python module offers functions for generating random numbers for statistical simulations?
Answer options
A
math
B
itertools
C
random
D
statistics
Correct answer: random
Explanation
Quick AnswerThe correct answer is random because it directly addresses the core logic of Practice Set 1.
The random module provides random number generation functions such as random(), randint(), and choice().