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 final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    nextInt(int bound)
     
    long
     
    long
    nextLong(long bound)
     
  • Method Details

    • nextInt

      int nextInt(int bound)
    • nextLong

      long nextLong()
    • nextLong

      long nextLong(long bound)