An open API service indexing awesome lists of open source software.

https://github.com/dusktreader/weighted-choice

Select items randomly from a list with weighted probability of selection
https://github.com/dusktreader/weighted-choice

Last synced: 7 months ago
JSON representation

Select items randomly from a list with weighted probability of selection

Awesome Lists containing this project

README

          

.. image:: https://img.shields.io/pypi/v/weighted-choice.svg
:target: https://pypi.python.org/pypi/weighted-choice
:alt: Latest Published Version

.. image:: https://img.shields.io/travis/dusktreader/weighted-choice.svg?branch=master
:target: https://travis-ci.org/dusktreader/weighted-choice
:alt: Build Status

.. image:: https://readthedocs.org/projects/weighted-choice/badge/?version=latest
:target: https://weighted-choice.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Build Status

*****************
Weighted Choice
*****************

------------------------------------------------------------------------
Select items randomly from a list with weighted probability of selection
------------------------------------------------------------------------

*TODO: Fill in this summary of the project*

Super-quick Start
-----------------
- requirements: `python` versions 3.4, 3.5, 3.6, 3.7
- install through pip: `$ pip install weighted-choice`

Documentation
------------------

The complete documentation can be found at the
`Weighted Choice home page `_