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

[REBOL] Re: Rebol script competition!

From: Tom:Conlin:gmai:l at: 25-Sep-2007 19:48

Hallvard Ystad wrote:
> Dixit Gabriele Santilli (20.39 25.09.2007): >>>> random "r lHedl!loWo," >> == "Hello, World!" > > How many times did you have to try before you found the right combination? > :) > HY >
r: copy "" a: 0 until [random/seed a: 1 + a r: random "Hello, World!" random/seed 1 "Hello, World!" = random r ] == true
>> a
== 583578940
>> r
== "r lHedl!loWo,"