T
T
TheSnegok2021-09-02 00:11:24
Algorithms
TheSnegok, 2021-09-02 00:11:24

Is it possible to create an algorithm for guessing computer random numbers?

Is it possible to create an algorithm for guessing the next random numbers based on the statistics of the previous ones? For example, according to the theory of probability?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollar, 2021-09-02
@TheSnegok

Yes, if they are pseudo-random numbers .
You just need to know the algorithm for generating these very pseudo-random numbers. Actually, he will be the solution.
The main thing is that such an algorithm exists for pseudo-random numbers. Even if you do not know it, you can guess it in theory. So the answer to the question is that it is still possible .
If these are completely random numbers, or the generation is based on a very complex algorithm that cannot be guessed, then it is almost impossible. Unless there will be a defect in the algorithm that introduces a pattern into a random sequence, but one cannot hope for this.

J
Jacen11, 2021-09-02
@Jacen11

Yes, there have been cases where a person watched the fall of "random" numbers on a talk show where you have to guess the numbers for decades, and then won huge sums. The organizers of such shows are now aware of such things and now it is impossible to calculate the next number

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question