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
- Host: GitHub
- URL: https://github.com/dusktreader/weighted-choice
- Owner: dusktreader
- License: mit
- Created: 2018-07-12T17:49:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T17:54:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T22:44:22.660Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.rst
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 `_