darkar
- 187
- 0
Here's the question, what should u do to check whether the randomness of number given uot by computer is indeed random?
The discussion revolves around the nature of randomness in numbers generated by computers and calculators, specifically addressing the distinction between true randomness and pseudo-randomness. Participants explore methods to evaluate the randomness of generated sequences and the implications of using different types of random number generators.
Participants generally agree that true randomness is difficult to achieve with computers and that pseudo-randomness is prevalent. However, there is no consensus on the methods to determine randomness or the effectiveness of various approaches discussed.
Some limitations include the dependence on definitions of randomness, the unresolved nature of evaluating randomness in sequences, and the varying interpretations of what constitutes a "random" number.
HallsofIvy said:There is no way to say if A number given by a random number generator is "random". There exist ways to determine the "randomness" of a sequence of random numbers.
darkar said:So, what is the ways to determine the randomness of a sequence of random numbers?