Is there a maximum range of values passed in mt_rand() function? Is there a maximum ‘top’ number for it?
Do said limitations depend on platform?
Does mt_rand()‘s speed depend on the range passed in?
In other words, would mt_rand(0,100000000000000000000000000000000000000000000000) work?
Sorry for few questions in one.
Why don’t you just call
mt_getrandmaxand find out? A commenter writes: