Interface TSID.Factory.IRandom

All Known Implementing Classes:
TSID.Factory.ByteRandom, TSID.Factory.IntRandom
Enclosing class:
TSID.Factory

static interface TSID.Factory.IRandom
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    nextBytes(int length)
     
    int
     
  • Method Details

    • nextInt

      int nextInt()
    • nextBytes

      byte[] nextBytes(int length)