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 class
ThreadSafeRandom.ThreadSafeRandomImpl
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
nextInt(int bound)
long
nextLong()
long
nextLong(long bound)
-