Re: mt_rand question
- From: Mike <ampeloso@xxxxxxxxx>
- Date: Wed, 19 Nov 2008 07:26:53 -0800 (PST)
On Nov 19, 10:24 am, Mike <ampel...@xxxxxxxxx> wrote:
Hello,
Why does this always give me 9 or 10 digits? never less?
$key = mt_rand(0,9999999999);
Thanks,
Mike
Also,
I tried :
$key = mt_rand(1111111111,9999999999);
and still come up with 9 digits sometimes.
.
- Follow-Ups:
- Re: mt_rand question
- From: Jerry Stuckle
- Re: mt_rand question
- References:
- mt_rand question
- From: Mike
- mt_rand question
- Prev by Date: mt_rand question
- Next by Date: Re: mt_rand question
- Previous by thread: mt_rand question
- Next by thread: Re: mt_rand question
- Index(es):