|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomGenerator | |
---|---|
org.apache.commons.math.random | Random number and random data generators. |
Uses of RandomGenerator in org.apache.commons.math.random |
---|
Classes in org.apache.commons.math.random that implement RandomGenerator | |
---|---|
class |
AbstractRandomGenerator
Abstract class implementing the RandomGenerator interface. |
class |
JDKRandomGenerator
Extension of java.util.Random to implement
RandomGenerator . |
class |
RandomAdaptor
Extension of java.util.Random wrapping a
RandomGenerator . |
Methods in org.apache.commons.math.random with parameters of type RandomGenerator | |
---|---|
static Random |
RandomAdaptor.createAdaptor(RandomGenerator randomGenerator)
Factory method to create a Random using the supplied
RandomGenerator . |
Constructors in org.apache.commons.math.random with parameters of type RandomGenerator | |
---|---|
RandomAdaptor(RandomGenerator randomGenerator)
Construct a RandomAdaptor wrapping the supplied RandomGenerator. |
|
RandomDataImpl(RandomGenerator rand)
Construct a RandomDataImpl using the supplied RandomGenerator
as the source of (non-secure) random data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |