From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/rand.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 module/rand.m (limited to 'module/rand.m') diff --git a/module/rand.m b/module/rand.m new file mode 100644 index 00000000..02f0d005 --- /dev/null +++ b/module/rand.m @@ -0,0 +1,7 @@ +Rand: module +{ + PATH: con "/dis/lib/rand.dis"; + init: fn(seed: int); + rand: fn(modulus: int): int; + bigrand: fn(modulus: big): big; +}; -- cgit v1.2.3