It sounds like what you might to do is actually generate a random list of
numbers and display them one by one. Is that the case?

I can imagine a number of situations where it would be useful: a keno game,
shuffling a deck of cards, or something like that.  (In this case, it could
be an Android application which calls bingo numbers or something...)

In any case, this isn't really Android related, so you can read the (pretty
simple slightly clever) algorithm for it somewhere and be on your way.

Kris

On Mon, Mar 28, 2011 at 11:40 PM, lbendlin <[email protected]> wrote:

> why should the number not appear again? It's random, remember?  Or do you
> mean pseudo-random?
>
> What number range are you looking at?
>
> --
> 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

-- 
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