| Package | Description |
|---|---|
| net.automatalib.commons.util.random |
| Modifier and Type | Method and Description |
|---|---|
WeightedSupplier<T> |
WeightedSupplier.add(Supplier<? extends T> supplier,
int weight)
Adds a sub-supplier with a given weight.
|
WeightedSupplier<T> |
WeightedSupplier.add(T obj,
int weight)
Adds an object to be supplied with a given weight.
|
Copyright © 2019. All rights reserved.