summaryrefslogtreecommitdiff
path: root/module/rand.m
blob: 02f0d005641b65c8be698323eb14b56897a2ae14 (plain)
1
2
3
4
5
6
7
Rand: module
{
	PATH:	con "/dis/lib/rand.dis";
	init:	fn(seed: int);
	rand:       fn(modulus: int): int;
	bigrand:    fn(modulus: big): big;
};