Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
Carbitraryprecisioncalculation::Configuration | Contains configuration of arbitrary precision calculation and supplies them by get and set methods |
▼Carbitraryprecisioncalculation::RandomNumberGenerator | This class is an abstract class. It supplies the interface for random number generators |
Carbitraryprecisioncalculation::FastLinearCongruenceRandomNumberGenerator | This is a fast random number generator which uses linear congruences |
Carbitraryprecisioncalculation::FastM2P63LinearCongruenceRandomNumberGenerator | This is a fast random number generator, which uses linear congruences. It uses the modulus 263 |
Carbitraryprecisioncalculation::IntenseLinearCongruenceRandomNumberGenerator | This is a random number generator which uses linear congruences |
Carbitraryprecisioncalculation::IntenseM2P63LinearCongruenceRandomNumberGenerator | This is a random number generator which uses linear congruences. It uses the modulus 263 |