I was wondering if it possible to predict the next pseudo random number that will be generated out of PHP rand() function, by using the previous outputs of it.
An example would be that I have n outputs of rand(1,10) like 8, 5, 10, 3, 3, 2 ... 9, 8 ... and so on.
So the question is, is there any way that I can use these already generated numbers to predict the next one?
Aucun commentaire:
Enregistrer un commentaire