Respuesta :
Answer:
C. They are contained in the math module.
Step-by-step explanation:
B is actually true, so it's definetly not the answer.
Random numbers refers to a set of unbiased numbers formed within a defined set of interval. Random number generation using programming paradigm are done using the random module and not the math module.
- Seeding of random numbers is usually performed using the seconds time on a computer system. This makes it very difficult to generate the same random set of values twice except explicitly stated.
- The random module is dedicated to random number generation.
- The math module is dedicated for performing mathematical operations such as square root, sine, cosine, factorial functions and so on.
Therefore, the math module is not used to generate random numbers.
Learn more :https://brainly.com/question/18534135?referrer=searchResults