[REBOL] Re: Question and comment about randomizing a block of values
From: jeff:rebol at: 19-Jun-2001 7:07
Sorry to ask a stupid question, but what's wrong with: random/seed now/time c: 0 x: random reduce head insert/dup copy [] [c: c + 1] 52 ; -- produces a block of 1 - 52 randomly ordered