Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A simple front-end to the lutin Random toss machinary
val draw :
?number:int ->
Exp.var list ->
Exp.var list ->
Exp.formula ->
(string * bool) list list
draw bvl nvl f
draw values according to constraints contained in f
bvl
contains Bool vars to gennvl
contains numeric vars to genbvl
and nvl
should contains at least all the variables appearing in f
.number
controls the number of draw to be done (1 by default)