blob: 3e104d52d64aff4f6fadf5e9fa0512475cbd3b9c (
plain) (
blame)
1
2
3
4
5
|
libranlip is a C++ library created by G. Beliakov, which generates random
variates with arbitrary Lipschitz-continuous densities via the acceptance /
rejection method. The density should have a dimension of no more than about
five. The user needs to supply the density function using a simple syntax, and
then call the methods of construction and generation provided in libranlip.
|