-
0.3.00decc811 · ·
0.3.0 * [#5](https://gitlab.com/bowlofeggs/rpick/merge_requests/5): Introduced a unit test suite. * [#8](https://gitlab.com/bowlofeggs/rpick/merge_requests/8): Defined a library for rpick so integrators can write their own front end to it. This also aided in testing. * [#11](https://gitlab.com/bowlofeggs/rpick/merge_requests/11): Added documentation for the library. * [#14](https://gitlab.com/bowlofeggs/rpick/merge_requests/14): Users will no longer be re-prompted for a choice they've declined in the same process, unless they decline all possible choices in a category. * [d20e491b](https://gitlab.com/bowlofeggs/rpick/commit/d20e491b5971b73dd27d46bae3938f9321272517): Documented installation.
-
0.2.01d7b0949 · ·
0.2.0 * Added a new even distribution model, which does a nice flat random pick (#3). * Added a new weighted distribution model, which does a weighted random pick (#4). * Added a new lottery distribution model, which gives lottery tickets to unpicked items and resets the picked item's lottery tickets to 0 (95b32b1e).