PCL
|
Generation of random gamma deviates. More...
#include <Random.h>
Public Member Functions | |
GammaRandomDeviates (RNG &R, double shape=1, double scale=1) noexcept(false) | |
double | operator() () noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Returns a random deviate from a Gaussian distribution with zero mean and unit standard deviation.
Definition at line 872 of file Random.h.
References pcl::Ln(), and pcl::Pow().