Uses of Interface
org.instancio.Random
Packages that use Random
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains classes related to
Feed.Contains classes related to generators.
Defines Service Provider Interfaces for providing custom implementations.
-
Uses of Random in org.instancio
Methods in org.instancio with parameters of type Random -
Uses of Random in org.instancio.feed
Methods in org.instancio.feed with parameters of type Random -
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