Package | Description |
---|---|
java.math | |
java.security | |
java.util |
Modifier and Type | Method and Description |
---|---|
static BigInteger |
BigInteger.probablePrime(int bitLength,
Random rnd) |
Constructor and Description |
---|
BigInteger(int bitLength,
int certainty,
Random rnd) |
BigInteger(int numBits,
Random rnd) |
Modifier and Type | Class and Description |
---|---|
class |
SecureRandom |
Modifier and Type | Method and Description |
---|---|
static void |
Collections.shuffle(List list,
Random random)
Moves every element of the list to a random new position in the list
using the specified random number generator.
|