This commit is contained in:
Gavin Ridley 2020-02-07 16:42:10 -05:00
parent d45583ed19
commit 9d0649d1dd

View file

@ -64,7 +64,7 @@ public:
double sample(uint64_t* seed) const;
double a() const { return a_; }
double b() const { return a_; }
double b() const { return b_; }
private:
double a_; //!< Lower bound of distribution
double b_; //!< Upper bound of distribution