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