code: purgatorio

ref: 5edeca01b0622463a65c126ebcc29314013fd928
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;
};