code: 9ferno

ref: 235f7a8b7ddec20656b0898551e2d7ffba2a1b8a
dir: /module/rand.m/

View raw version
Rand: module
{
	PATH:	con "/dis/lib/rand.dis";
	init:	fn(seed: int);
	rand:       fn(modulus: int): int;
	bigrand:    fn(modulus: big): big;
};