A better way of generating pareto distr, and swap its parameters.
- Pareto distribution is now generated as a composition of a Gamma and
an exponential one
- Similarly to gamma() and weibull(), the shape parameter became the first one.
10 test/test_tools_fail \
13 TESTS += $(check_PROGRAMS)
14 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
16 test_dim_test_SOURCES = test/dim_test.cc
17 test_random_test_SOURCES = test/random_test.cc
18 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
19 test_test_tools_pass_SOURCES = test/test_tools_pass.cc