Command: rdevdict::gamma
Description
Generates gamma-distributed random numbers.
gamma(x; order b) = x^(order-1) * exp(-x/b) / b^order Gamma(order) x >= 0
Parameters
order - order of the gamma distribution (default: 1)
b - scale parameter (default: 1)
Author
Hans Ekkehard Plesser
File
librandom/gamma_randomdev.h