• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Random sorting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random sorting


  • Subject: Re: Random sorting
  • From: "John C. Randolph" <email@hidden>
  • Date: Mon, 6 Jan 2003 14:01:30 -0800

On Monday, January 6, 2003, at 01:25 PM, Ben Dougall wrote:

Some years ago I worked on a card game and what we did was not to shuffle the array but rather pick random values out of the array. The card-dealing algorithm was:

pick a random number in the range of 0 to the number of cards.
Choose the card in that slot.
take the last card, and put it in the slot you just picked.

The first time, you pick a number from 0 to 51. The next time, you pick a number from 0 to 50, and so on.

but surely that will allow you to pick the same thing twice, which isn't what's wanted here?

No, the pile shrinks as you remove each card.

-jcr

John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Random sorting (From: Ben Dougall <email@hidden>)

  • Prev by Date: Preventing a window from coming to the foreground
  • Next by Date: Re: Random sorting
  • Previous by thread: Re: Random sorting
  • Next by thread: Re: Random sorting
  • Index(es):
    • Date
    • Thread