Package io.grpc.xds
Interface ThreadSafeRandom
-
- All Known Implementing Classes:
ThreadSafeRandom.ThreadSafeRandomImpl
@ThreadSafe interface ThreadSafeRandom
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classThreadSafeRandom.ThreadSafeRandomImpl
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnextInt(int bound)longnextLong()longnextLong(long bound)
-