fpmas 1.6
distribution.h
Go to the documentation of this file.
1#ifndef FPMAS_RANDOM_DISTRIBUTION_API_H
2#define FPMAS_RANDOM_DISTRIBUTION_API_H
3
8#include "generator.h"
9
10namespace fpmas { namespace api { namespace random {
11
17 template<typename T>
19 public:
26 virtual T min() const = 0;
27
34 virtual T max() const = 0;
35
36 virtual ~Distribution() {}
37 };
38}}}
39#endif
Definition: distribution.h:18
Definition: fpmas.cpp:3