shithub: 9ferno

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