Module :
java.base - Package :
java.util.concurrent
Version documentée : Java SE 17
Classe « ThreadLocalRandom »
Informations générales
Héritage
java.lang.Object
java.util.Random
java.util.concurrent.ThreadLocalRandom
Définition
public class ThreadLocalRandom extends java.util.Random
Description
A venir.
Liste des attributs
Tous les attributs
Attributs d'instance
Attributs statiques
Attributs dépréciés
Liste des constructeurs
Constructeurs
Constructeurs dépréciés
Liste des propriétés (getters/setters)
Propriétés
Propriétés dépréciées
Propriétés héritées de la classe java.util.Random
seed
Propriétés héritées de la classe java.lang.Object
class
Liste des méthodes
Toutes les méthodes
Méthodes d'instance
Méthodes statiques
Méthodes concrètes
Méthodes abstraites
Méthodes dépréciées
public static |
ThreadLocalRandom |
current() |
|
public |
DoubleStream |
doubles( long streamSize, double randomNumberOrigin, double randomNumberBound ) |
|
public |
DoubleStream |
doubles( double randomNumberOrigin, double randomNumberBound ) |
|
public |
DoubleStream |
doubles( long streamSize ) |
|
public |
DoubleStream |
doubles() |
|
public |
IntStream |
ints() |
|
public |
IntStream |
ints( long streamSize ) |
|
public |
IntStream |
ints( int randomNumberOrigin, int randomNumberBound ) |
|
public |
IntStream |
ints( long streamSize, int randomNumberOrigin, int randomNumberBound ) |
|
public |
LongStream |
longs( long randomNumberOrigin, long randomNumberBound ) |
|
public |
LongStream |
longs( long streamSize ) |
|
public |
LongStream |
longs( long streamSize, long randomNumberOrigin, long randomNumberBound ) |
|
public |
LongStream |
longs() |
|
protected |
int |
next( int bits ) |
|
public |
boolean |
nextBoolean() |
|
public |
double |
nextDouble( double origin, double bound ) |
|
public |
double |
nextDouble() |
|
public |
double |
nextDouble( double bound ) |
|
public |
float |
nextFloat( float origin, float bound ) |
|
public |
float |
nextFloat() |
|
public |
float |
nextFloat( float bound ) |
|
public |
int |
nextInt() |
|
public |
int |
nextInt( int bound ) |
|
public |
int |
nextInt( int origin, int bound ) |
|
public |
long |
nextLong( long origin, long bound ) |
|
public |
long |
nextLong( long bound ) |
|
public |
long |
nextLong() |
|
public |
void |
setSeed( long seed ) |
|
Méthodes héritées de la classe java.util.Random
doubles, doubles, doubles, doubles, ints, ints, ints, ints, longs, longs, longs, longs, next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
Méthodes héritées de la classe java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :