File testzmq/random.scm artifact ff0bb26c19 part of check-in fcdbe6448f
(use posix) (randomize (inexact->exact (current-seconds))) (define low (string->number (cadr (argv)))) (define hi (string->number (caddr (argv)))) (print (+ low (random (- hi low))))