Skip to content

unit RandI

em.hal/RandI.em
1
2
3
4
5
6
7
package em.hal

interface RandI

    function gen(): uint32

end