code: 9ferno

ref: 73d7f19cdee40eff4e78c2326c4c338828b57945
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;
};