package make-random

  1. Overview
  2. Docs
val bits : unit -> int

Must return a random number on 30 bits, that is between 0 (inclusive) and 2^30-1 (exclusive).