RandomListHelper<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
randomList(
{int? length, int min = 0, int? seed}) → List< T> -
Available on Iterable<
Generates a list of random values from the provided list.T> , provided by the RandomListHelper extension -
randomValue(
{int? max, int min = 0, int? seed}) → T? -
Available on Iterable<
Retrieves a random value from the provided list.T> , provided by the RandomListHelper extension