rabauke / trng4

state of the art C++ pseudo-random number generator library for sequential and parallel Monte Carlo simulations
https://www.numbercrunch.de/trng/
BSD 3-Clause "New" or "Revised" License
120 stars 21 forks source link

param_type of several distributions has no default constructor, but operator >> of their associated distributions uses a default-constructed object #9

Closed timsong-yale closed 10 years ago

timsong-yale commented 10 years ago

Similar to issue #7, using clang++ the following headers cause compile errors:

binomial_dist.hpp fast_discrete_dist.hpp hypergeometric_dist.hpp poisson_dist.hpp negative_binomial_dist.hpp

rabauke commented 10 years ago

This has been fix in version 4.17.