code: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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;
};