Apache Commons RNG Core 1.6 API
Package | Description |
---|---|
org.apache.commons.rng.core |
Base classes for the
generation of uniformly distributed random numbers . |
org.apache.commons.rng.core.source32 |
Concrete algorithms for
int -based sources of randomness. |
org.apache.commons.rng.core.source64 |
Concrete algorithms for
long -based sources of randomness. |
org.apache.commons.rng.core.util |
This package contains utilities to combine/split primitive types.
|