Uses of Interface
com.carrotsearch.randomizedtesting.RandomSupplier
Packages that use RandomSupplier
-
Uses of RandomSupplier in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RandomSupplierModifier and TypeFieldDescriptionstatic final RandomSupplier
RandomSupplier.DEFAULT
private final RandomSupplier
RandomizedRunner.randomSupplier
Random class implementation supplier.private final RandomSupplier
Randomness.supplier
Methods in com.carrotsearch.randomizedtesting that return RandomSupplierModifier and TypeMethodDescriptionprivate RandomSupplier
RandomizedRunner.determineRandomSupplier
(Class<?> testClass) (package private) RandomSupplier
Randomness.getRandomSupplier()
Constructors in com.carrotsearch.randomizedtesting with parameters of type RandomSupplierModifierConstructorDescriptionRandomness
(long seed, RandomSupplier supplier, SeedDecorator... decorators) Randomness
(Thread owner, RandomSupplier supplier, long seed, SeedDecorator... decorators)