Closed beloglazov closed 11 years ago
Hi Karol,
Currently there is the elements combinator, which selects a single element from a set of elements. It would be nice to have two more combinators that select k and random number of elements from a collection. Just a suggestion :) Thanks!
elements
I have implemented this as additional keyword argument count to elements. Available in master; will package a new release soon.
count
It should be available in 0.4.5 now.
Looks great, thank you! :)
Hi Karol,
Currently there is the
elements
combinator, which selects a single element from a set of elements. It would be nice to have two more combinators that select k and random number of elements from a collection. Just a suggestion :) Thanks!