Package | Description |
---|---|
io.github.benas.randombeans.randomizers.collection |
This package contains collection randomizers.
|
Modifier and Type | Method and Description |
---|---|
static <T> ListRandomizer |
ListRandomizer.aNewListRandomizer(Randomizer<T> elementRandomizer)
Create a new
ListRandomizer . |
static <T> ListRandomizer |
ListRandomizer.aNewListRandomizer(Randomizer<T> elementRandomizer,
int nbElements)
Create a new
ListRandomizer that will generate a list with a fixed number of elements. |
Copyright © 2016. All Rights Reserved.