Hi Andrew, > > No one has yet contributed Rebol code to random.org for pulling down > blocks of numbers. Anyone up for it? > > Try this:
Looks pretty good! Maybe needs a touch of error trapping when minimum and maximum are reversed: >> random-numbers 3 5 10 == [8 6 5] >> random-numbers 3 -10 -5 == [-7 -10 -6] ;; okay so far, but: >> random-numbers 3 10 5 == [198917275 765311536 -888025354] >> random-numbers 3 -5 -10 == [437685679 375082371 2004865114] Other than that, you should submit it to them, Quick work! Sunanda. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.