Note: Introduced in CPN Tools 3.2.2.
gamma(l:real, k:real) : real
where l,k>=0.0. Returns a drawing from a gamma distribution with parameters l and k.
l,k>=0.0
l
k
Raises Gamma exception, if k<= 0.0 or l<=0.0.
Gamma
Random distribution functions