Uses of Interface
is.codion.tools.loadtest.randomizer.ItemRandomizer
Packages that use ItemRandomizer
-
Uses of ItemRandomizer in is.codion.tools.loadtest
Methods in is.codion.tools.loadtest that return ItemRandomizer -
Uses of ItemRandomizer in is.codion.tools.loadtest.randomizer
Methods in is.codion.tools.loadtest.randomizer that return ItemRandomizerModifier and TypeMethodDescriptionstatic <T> ItemRandomizer
<T> ItemRandomizer.boundedItemRandomizer
(Collection<T> items) Instantiates a newItemRandomizer
with the added constraint that the total item weights can not exceed a defined maximum.static <T> ItemRandomizer
<T> ItemRandomizer.boundedItemRandomizer
(Collection<T> items, int maximumTotalWeights) Instantiates a newItemRandomizer
with the added constraint that the total item weights can not exceed a defined maximum.static <T> ItemRandomizer
<T> ItemRandomizer.itemRandomizer
(Collection<ItemRandomizer.RandomItem<T>> items) Instantiates a newItemRandomizer
.