Note: Introduced in CPN Tools 3.5.3.

Interface

weibull(lambda:real, k:real) : real

where lambda>0.0 and k>0.0. Returns a drawing from a Weibull distribution with parameters lambda and k.

Raises Weibull exception, if lambda<=0.0 or k<=0.0.

Related pages

Random distribution functions

Uniform

You must be logged in to post a comment.