Wednesday, 7 August 2013

How to set a minimum random number in REBOL?

How to set a minimum random number in REBOL?

I'm executing some code and then waiting somewhere between 1 second and 1
minute. I'm currently using random 0:01:00 /seed but what I really need is
to be able to set a floor so that its waiting between 30 seconds and 1
minute.

No comments:

Post a Comment