The SML/NJ Library Reference Manual


The RAND signature


Synopsis

signature RAND

Interface

val randMin : real
val randMax : real
val random : real -> real
val mkRandom : real -> unit -> real
val norm : real -> real
val range : (int * int) -> real -> int

Description

randMin
explain the use and semantics of randMin HERE.

randMax
explain the use and semantics of randMax HERE.

random r
explain the use and semantics of random HERE.

mkRandom r ()
explain the use and semantics of mkRandom HERE.

norm r
explain the use and semantics of norm HERE.

range (i, j) r
explain the use and semantics of range HERE.



[ INDEX | TOP | Parent | Root ]

Last Modified May 29, 1996
Copyright © 1996 AT&T Research