Class RandomLocalTimeGenerator

java.lang.Object
nl._42.beanie.generator.random.RandomLocalTimeGenerator
All Implemented Interfaces:
ValueGenerator

public class RandomLocalTimeGenerator extends Object implements ValueGenerator
Since:
Oct 14, 2014
Author:
jeroen
  • Constructor Details

    • RandomLocalTimeGenerator

      public RandomLocalTimeGenerator()
  • Method Details

    • generate

      public LocalTime generate(Class<?> type)
      Description copied from interface: ValueGenerator
      Generate a new value of the specified type.
      Specified by:
      generate in interface ValueGenerator
      Parameters:
      type - the type of value
      Returns:
      the generation value
    • randomInt

      public int randomInt(int n)
    • randomBoolean

      public boolean randomBoolean(double d)
    • randomInt

      public int randomInt(int minimum, int maximum)
    • randomLong

      public long randomLong(int maximum)
    • randomLong

      public long randomLong(int minimum, int maximum)
    • randomDouble

      public double randomDouble()
    • randomDouble

      public double randomDouble(double maximum)
    • randomBigDecimal

      public BigDecimal randomBigDecimal()
    • randomBigDecimal

      public BigDecimal randomBigDecimal(double maximum)