Class TSID.Factory.ByteRandom

java.lang.Object
io.hypersistence.tsid.TSID.Factory.ByteRandom
All Implemented Interfaces:
TSID.Factory.IRandom
Enclosing class:
TSID.Factory

static class TSID.Factory.ByteRandom extends Object implements TSID.Factory.IRandom
  • Field Details

    • randomFunction

      private final IntFunction<byte[]> randomFunction
  • Constructor Details

    • ByteRandom

      public ByteRandom()
    • ByteRandom

      public ByteRandom(Random random)
    • ByteRandom

      public ByteRandom(IntFunction<byte[]> randomFunction)
  • Method Details