I know there is functions in php, java, etc to create a Random Number by just type minimum and maximum values in function like
random(0,20);
But all I want to know is that what's the logic behind generating a random number in php. I want to learn how to create a random number in php without using random function. I know I can easily generate random number by using function but I want to learn it's algorithm.
Aucun commentaire:
Enregistrer un commentaire