All Packages Class Hierarchy
ConcurrentModificationException
with the
specified detail message.
equals
method.
equals
method.
index
, and testing for equality using
the equals
method.
index
.
boolean
value from this random number generator's
sequence.
double
value between 0.0
and
1.0
from this random number generator's sequence.
float
value between 0.0
and 1.0
from this random
number generator's sequence.
double
value with mean 0.0
and standard
deviation 1.0
from this random number generator's sequence.
int
value from this random number generator's sequence.
long
value from this random number generator's sequence.
NoSuchElementException
with null
as its error message string.
NoSuchElementException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
key
to the specified
value
in this hashtable.
long
seed:
Used by method next to hold the state of the pseudorandom number generator.public Random(long seed) { setSeed(seed); }
index
of this
vector to be the specified object.
long
seed.