Class TSID.Factory.IntRandom

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

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

    • randomFunction

      private final IntSupplier randomFunction
  • Constructor Details

    • IntRandom

      public IntRandom()
    • IntRandom

      public IntRandom(Random random)
    • IntRandom

      public IntRandom(IntSupplier randomFunction)
  • Method Details