pick 0.1.1

Simple program implementing Knuth's algorithm for choosing n from M items in O(n) space.
pick-0.1.1 is not a library.

pick

A short and simple program implementing Knuth's algorithm for picking n items from a list of M items. The size of M may not be known until the list terminates, and it still only requires O(n) space.