benchmark/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 22 Dec 2007 07:01:20 +0000
changeset 12 435bbc8127b3
child 146 4b42aa24ce12
permissions -rw-r--r--
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.
ladanyi@1
     1
EXTRA_DIST += \
ladanyi@1
     2
        benchmark/Makefile
ladanyi@1
     3
ladanyi@1
     4
if WANT_BENCHMARK
ladanyi@1
     5
ladanyi@1
     6
noinst_HEADERS +=
ladanyi@1
     7
ladanyi@1
     8
noinst_PROGRAMS +=
ladanyi@1
     9
ladanyi@1
    10
endif WANT_BENCHMARK