@hackage / HFrequencyQueue

A Queue with a random (weighted) pick function

Latest0.2.0.0

About

Metadata

  • Last updated , by Bellaz
  • License GPL-3.0-only
  • Maintained by: bellaz89@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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!