Set puzzle: Difference between revisions

m
→‎{{header|REXX}}: added a language note (for REXX) in the section header.
(→‎{{header|REXX}}: re-read the requirements, found a hand with 4 sets, then showed the dealt hand.)
m (→‎{{header|REXX}}: added a language note (for REXX) in the section header.)
Line 1,847:
 
=={{header|REXX}}==
Language note:   each REXX implementation has it's own method of determining a starter ''seed'' for generating
<br>pseudo-random numbers, and in addition, that starter seed may be dependent upon operating system factors,
<br>hardware architecture, and other things like the (local) date and time-of-day, and other such variables.
 
<br>The particular set of cards dealt (show below) used Regina 3.82 under a Windows/XP environment.
<lang rexx>/*REXX program finds "sets" (solutions) for the SET puzzle (game). */
parse arg game seed . /*get optional # cards to deal. */