Uses of Interface
org.instancio.Random
Packages that use Random
Package
Description
Contains classes related to generators.
Defines Service Provider Interfaces for providing custom implementations.
-
Uses of Random in org.instancio.generator
Methods in org.instancio.generator that return RandomModifier and TypeMethodDescriptionGeneratorContext.random()Returns the random instance used by Instancio to generate data.Methods in org.instancio.generator with parameters of type RandomConstructors in org.instancio.generator with parameters of type Random -
Uses of Random in org.instancio.spi
Methods in org.instancio.spi that return Random