Description
A Queue with a random (weighted) pick function.
Description
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!