Class FakerBasedRandomizer<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.github.javafaker.Faker faker  
      • Fields inherited from class org.jeasy.random.randomizers.AbstractRandomizer

        random
    • Method Summary

      • Methods inherited from class org.jeasy.random.randomizers.AbstractRandomizer

        getPredefinedValuesOf, nextDouble, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.jeasy.random.api.Randomizer

        getRandomValue
    • Field Detail

      • faker

        protected final com.github.javafaker.Faker faker
    • Constructor Detail

      • FakerBasedRandomizer

        protected FakerBasedRandomizer()
      • FakerBasedRandomizer

        protected FakerBasedRandomizer​(long seed)
      • FakerBasedRandomizer

        protected FakerBasedRandomizer​(long seed,
                                       java.util.Locale locale)