(define-library (husk random) (export random randint) (import (scheme base)) (include "random.scm"))