Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!pyramid!voder!apple!winkler From: winkler@apple.UUCP (Dan Winkler) Newsgroups: comp.sys.mac.hypercard Subject: Re: shuffling cards Message-ID: <7130@apple.UUCP> Date: 5 Jan 88 14:59:30 GMT References: <3708@tut.cis.ohio-state.edu> <778@ur-tut.UUCP> Reply-To: winkler@apple.UUCP (Dan Winkler) Organization: Apple Computer Inc., Cupertino, USA Lines: 6 A couple of other ways to get random cards: 1. You can randomly jump to cards with the command "go to any card". 2. Sorting works with any expression, so you can do "sort by random(100)". Dan.