This package provides basic tools for statistics. It contains:
DiscreteDistribution a templated class containing pairs of object and their corresponding weights. A weight define the probability of an object to be randomly picked.
Statistics a templated class to do histograms. It stores Bin and count the number of times they are added.