> Presumably you don't create a newly seeded Random for each new random
> number... right?
no I don't

On Apr 19, 5:28 pm, Tim <[email protected]> wrote:
> On Apr 19, 10:49 pm, Ivan Greene <[email protected]> wrote:
>
> > <code>
> > Random randomizer = new Random(System.currentTimeMillis());
> > int hw;
>
> > hw = randomizer.nextInt(95-15+1)+15;
> > </code>
>
> Presumably you don't create a newly seeded Random for each new random
> number... right?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to