Class UuidsRandomGenerator

java.lang.Object
org.midheaven.math.UuidsRandomGenerator
All Implemented Interfaces:
RandomGenerator<UUID>

public final class UuidsRandomGenerator extends Object implements RandomGenerator<UUID>
Generator for Uuids Random values.
  • Method Details

    • next

      public UUID next()
      Performs next.
      Specified by:
      next in interface RandomGenerator<UUID>
      Returns:
      the result of next
    • base

      protected final Random base()
      Performs base.
      Returns:
      the result of base