TRNG

New TRNG release

A new version of TRNG (Tina’s Random Number Generator Library) has been released. TRNG may be utilized in sequential as well as in parallel Monte Carlo simulations. It does not depend on a specific parallelization technique, e.g., POSIX threads, MPI and others. The new version 4.15 is a bug fix and maintenance release. Classes for random numbers with Maxwell distribution and Beta distribution have been added. If you need a modern C++ random number generator library for sequential or parallel Monte Carlo then check out TRNG 4.15 or fork it on Github.

Histogram of 1000 random numbers drawn from a Maxwell distribution with parameter $\theta=8$.
Histogram of 1000 random numbers drawn from a Maxwell distribution (with parameter $\theta=8$) using the new class maxwell_dist from TRNG 4.15. Probability density indicated by black line.

Leave a Reply

Your email address will not be published. Required fields are marked *