Header for RandomSelect. More...
#include <vector>
#include <limits>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | RandomLib::RandomSelect< NumericType > |
Random selection from a discrete set. More... | |
Namespaces | |
namespace | RandomLib |
Defines | |
#define | RANDOMSELECT_HPP "$Id: RandomSelect.hpp 6429 2008-04-28 00:14:02Z ckarney $" |
Header for RandomSelect.
An implementation of the Walker algorithm for selecting from a finite set.
Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://charles.karney.info/random/
Definition in file RandomSelect.hpp.
#define RANDOMSELECT_HPP "$Id: RandomSelect.hpp 6429 2008-04-28 00:14:02Z ckarney $" |
Definition at line 13 of file RandomSelect.hpp.