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
The random module provides random number generation functions such as random(), randint(), and choice().