sig
type
t = float
and
state = t
val
genrand : state
->
t
val
min : t
val
max : t
end