[REBOL] True Random
From: ammoncooke:yah:oo at: 18-Aug-2001 0:30
Hi,
I need to obtane any kind of random in my script, but so far I get the same results although
I try the /seed option. I must be doing something wrong:
append rnd-item random/only/seed [10 24 76 19 20 99 82 73 23 88 77 55 11 28] now/time
lst1-rnd: random/only/seed pplBlock rejoin [now/time]
lst2-rnd: random/only/seed lst2/data rejoin [now/time rnd-item]
append gen-ppl/data rejoin [lst1-rnd "->" lst2-rnd]
remove find lst2/lines lst2-rnd
remove find pplBlock lst1-rnd
Thanks!!
Ammon