Re: anyObject
Re: anyObject
- Subject: Re: anyObject
- From: Robert Goldsmith <email@hidden>
- Date: Thu, 31 Jan 2002 16:52:59 +0000
The "randomness" means there is no way to tel before which object will
be
returned, *NOT* that it would or should be a different one each time.
So the docs are misleading?
Ok, then if I want to select a random object from a set, what do you
suggest? I don't need the objects to be ordered in any way. Storing them
in an array then using a random number to access an index seems silly
when anyObject would have been such a good way to do it!
Robert Goldsmith