Are the numbers returned from the random.random() function really random? How are they generated? You will have to look up some information on random numbers on the Internet to answer this question.
What will be an ideal response?
No they are not “really” random. The numbers are generated by a random number generator known as the Mersenne Twister and are therefore deterministic since they are generated via an algorithm.
Computer Science & Information Technology