2 double precision av, sd, result
3 result = gennor(
real (av),
real (sd))
6 subroutine dgenunf (low, high, result)
7 double precision low, high, result
8 result = genunf(
real (low),
real (high))
12 double precision av, result
13 result = genexp(
real(av))
17 double precision a, r, result
18 result = gengam(
real (a),
real (r))
22 double precision mu, result
23 result = ignpoi(
real(mu))
subroutine dignpoi(mu, result)
subroutine dgenunf(low, high, result)
subroutine dgenexp(av, result)
subroutine dgengam(a, r, result)
subroutine dgennor(av, sd, result)
ColumnVector real(const ComplexColumnVector &a)