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