unit RandN em.hal/RandN.em 1 2 3 4 5 6 7 8 9 10 11package em.hal import RandI module RandN: RandI # ^| Nil implementation of the RandI interface end def gen() return 0 end