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 12:48

> 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
From: "Volker Nitsch"
> joelfehlf (15) ! > > [rebol [title: "shortest rebol-toy?"] > view layout [ > f1: field "anagram" > a1: h1 f1/size > button "anagram" [a1/text: random f1/text show a1] > ] > ] > > nice to know that :)
Awesome!!! Now, I get it! --Scott Jones