Skip to content

unit RandN

em.hal/RandN.em
package em.hal

import RandI

module RandN: RandI
    #   ^| Nil implementation of the RandI interface
end

def gen()
    return 0
end