-
bools(int count)
→ Iterable<bool>
-
Available on Random,
provided by the RandomExt extension
-
doubles(int count)
→ Iterable<double>
-
Available on Random,
provided by the RandomExt extension
-
ints(int count, {int max = 1 << 32})
→ Iterable<int>
-
Available on Random,
provided by the RandomExt extension