Re: TIB: Back to TI-BASICs
[Prev][Next][Index][Thread]
Re: TIB: Back to TI-BASICs
>
> > What did you mean by shuffling a list? Do you mean have a list of 52
> > cards, and shuffle it?
>
> Precisely.
> - Or, in my case, a list of 312 cards (6 decks). Actually, the program
> permits the user any choice of 1-6 decks, with 6 as default.
>
Okay, so how did you do it? Just thinking off the top of my head, I
think I would do something like this. (on an 83)
:{1,2,3,4,5,6........51,52->L1
:randInt(1,100,52->L2
:SortA(L2,L1
Jody Snider
jody1@alaska.net
Follow-Ups:
References: