All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.randomnumbers.package-info Maven / Gradle / Ivy

Go to download

finmath lib is a Mathematical Finance Library in Java. It provides algorithms and methodologies related to mathematical finance.

There is a newer version: 6.0.19
Show newest version
/**
 * Random number generators for samples of uniform distributed random variables and generators and transformation for other distriburtions.
 *
 * Classes in this package provide wrappers for random number generators from thirs party libraries (e.g. Mersenne-Twister from commons-math),
 * native implementation of quasi random number gerantors (e.g. Halton sequence) and algorithm to sample other distributions
 * (like the Acceptance-Rejection method).
 *
 * @author Christian Fries
 */
package net.finmath.randomnumbers;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy