Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Question and comment about randomizing a block of values

From: gjones05:mail:orion at: 19-Jun-2001 11:23

From: "Jeff Kreis"
> 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
I've been thinking about this on and off for two hours, and I still do not understand how this statement works. Can someone state what is going on in other words? Thanks! --Scott Jones