Class OtherRandomStrategy

  • All Implemented Interfaces:
    RandomStrategy

    public final class OtherRandomStrategy
    extends Object
    implements RandomStrategy
    Strategy that provides random values for random-based UUIDs. It uses an instance of Random injected by constructor.
    • Constructor Detail

      • OtherRandomStrategy

        public OtherRandomStrategy​(Random random)