RandomListHelper<T> extension

on

Methods

randomList({int? length, int min = 0, int? seed}) List<T>

Available on Iterable<T>, provided by the RandomListHelper extension

Generates a list of random values from the provided list.
randomValue({int? max, int min = 0, int? seed}) → T?

Available on Iterable<T>, provided by the RandomListHelper extension

Retrieves a random value from the provided list.