SSJ  3.3.1
Stochastic Simulation in Java
Classes
[randvar] General Classes

Classes

class  InverseFromDensityGen
 Implements a method for generating random variates by numerical inversion of an arbitrary continuous distribution when only the probability density is known [44] . More...
 
class  RandomVariateGen
 This is the base class for all random variate generators over the real line. More...
 
class  RandomVariateGenInt
 This is the base class for all generators of discrete random variates over the set of integers. More...
 
class  RandomVariateGenWithCache
 This class represents a random variate generator whose values are cached for more efficiency when using common random numbers. More...
 

Detailed Description