On 30.11.2016 16:22, Ilya Yaroshenko wrote:
Hi,
Mir Random has [1, D] 16 out of 20 [2, C++] random number distributions.
Remaining 4 are:
1. piecewise_constant_distribution
2. piecewise_linear_distribution
3. binomial_distribution
4. negative_binomial_distribution
[1] http://docs.random.dlang.io/latest/mir_random_variable.html
[2] http://en.cppreference.com/w/cpp/concept/RandomNumberDistribution
Any takers?
Thanks,
Ilya
Unrelated question: Why are the samplers called 'random variables'?
I'd advice to consistently use the naming convention of 'Discrete' and
rename the module to 'mir.random.distributions' or similar.