| Package | Description |
|---|---|
| smile.math |
Basic mathematical functions, complex, differentiable function interfaces,
random number generators, unconstrained optimization, and raw data type
(int and double) array lists, etc.
|
| smile.math.random |
High quality random number generators as a replacement of
the standard Random class of Java system.
|
| Constructor and Description |
|---|
Random(RandomNumberGenerator rng)
Initialize with given random number generator engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MersenneTwister |
class |
MersenneTwister64
Mersenne Twister 64-bit.
|
class |
UniversalGenerator
The so called "Universal Generator" based on multiplicative congruential
method, which originally appeared in "Toward a Universal Random Number
Generator" by Marsaglia, Zaman and Tsang.
|
Copyright © 2015. All rights reserved.