Hey there!
So basically, as you could probably have figured out from my title, I am looking for some information in regard to the PHP function, Rand().
I'm looking for as much information into exactly how it works, and the accuracy and predictability of the pseudo-randomness.
I am working with Rand(0,1) in specific, and I am basically looking to predict the outcome of using Rand().
Some information about the seeds, and especially about how many values will be outputted until the algorithm repeats, would be appreciated.
Thank you!