0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
DiscreteRandomGeneratorZipf.h File Reference

Discrete Random Generator creating a zipfian distribution. More...

#include "Common/Compat.h"
#include <vector>
#include <cmath>
#include "DiscreteRandomGenerator.h"
Include dependency graph for DiscreteRandomGeneratorZipf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::DiscreteRandomGeneratorZipf
 Generate samples from Zipf distribution http://en.wikipedia.org/wiki/Zipf%27s_law. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Detailed Description

Discrete Random Generator creating a zipfian distribution.

See http://en.wikipedia.org/wiki/Zipf%27s_law

Definition in file DiscreteRandomGeneratorZipf.h.