Uses of Interface
adams.data.random.Random.Function
-
Packages that use Random.Function Package Description adams.data.random -
-
Uses of Random.Function in adams.data.random
Methods in adams.data.random with parameters of type Random.Function Modifier and Type Method Description double
Random. rejection(Random.Function fun, double maxFun, double min, double max)
Generate a random number from a random variable definied by its density function, using the rejection technic.
-