
22 Jan
2010
22 Jan
'10
5:02 p.m.
On Fri, Jan 22, 2010 at 2:04 PM, wesley kirinya <kiriinya2000@yahoo.com> wrote:
What's the difference between accessing a sorted set randomly versus accessing a randomized set randomly?
The items in the sorted set arent randomized. so even if you access them randomly -- the output is always biased since the original number distribution was biased. in the second case - the items in the set were randomized to start with ... so so acccessing them in any order is always going to result in a randomized set.