PCL
pcl::PoissonRandomDeviates< RNG > Class Template Reference

Generation of random Poisson deviates. More...

#include <Random.h>

Public Member Functions

 PoissonRandomDeviates (RNG &R) noexcept(false)
 
int operator() (double value) noexcept
 

Detailed Description

template<class RNG>
class pcl::PoissonRandomDeviates< RNG >

Definition at line 764 of file Random.h.

Constructor & Destructor Documentation

◆ PoissonRandomDeviates()

template<class RNG >
pcl::PoissonRandomDeviates< RNG >::PoissonRandomDeviates ( RNG &  R)
inlinenoexcept

Constructs a PoissonRandomDeviates objects using the specified pseudo-random number generator R.

Definition at line 772 of file Random.h.

Member Function Documentation

◆ operator()()

template<class RNG >
int pcl::PoissonRandomDeviates< RNG >::operator() ( double  value)
inlinenoexcept

Returns a random Poisson deviate for the specified value.

Definition at line 780 of file Random.h.


The documentation for this class was generated from the following file: