@hackage HFrequencyQueue0.2.0.0
A Queue with a random (weighted) pick function
Categories
License
GPL-3.0-only
Maintainer
bellaz89@gmail.com
Links
Versions
Installation
Dependencies (2)
- base >=4.7 && <4.8
- c-storable-deriving >=0.1.2 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
This package provide a queue that use an internal random generator to return a random element. The probability that a certain element come out is controlled by an Int that is the relative probability of that element. IT USE GCC WITH C++11!