@hackage HFrequencyQueue0.1.0.0

A Queue with a random (weighted) pick function

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!