Package io.github.cjstehno.testthings.rando


package io.github.cjstehno.testthings.rando
  • Class
    Description
    Defines the core randomizers.
    A collection of randomizers for generating numbers.
    Randomizers useful for generating more complex objects using the injector framework.
    A randomizer used to generate random Person instances from the fixtures.
    `Randomizer` implementations are used to produce random instances of the specified object type on-demand.
    A thread-safe "random" number generated similar to the ThreadLocalRandom, but with the ability to have its seed changed after construction.
    A collection of randomizers for generating strings.