Package | Description |
---|---|
org.apache.commons.math.random |
Random number and random data generators.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomDataImpl
Implements the
RandomData interface using a RandomGenerator
instance to generate non-secure data and a SecureRandom
instance to provide data for the nextSecureXxx methods. |
Constructor and Description |
---|
ValueServer(RandomData randomData)
Construct a ValueServer instance using a RandomData as its source
of random data.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.