PCL
|
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <pcl/AutoPointer.h>
#include <pcl/Vector.h>
Go to the source code of this file.
Classes | |
class | pcl::GammaRandomDeviates< RNG > |
Generation of random gamma deviates. More... | |
class | pcl::NormalRandomDeviates< RNG > |
Generation of random normal (Gaussian) deviates. More... | |
class | pcl::PoissonRandomDeviates< RNG > |
Generation of random Poisson deviates. More... | |
class | pcl::RandomNumberGenerator |
Mersenne Twister (MT19937) pseudo-random number generator. More... | |
class | pcl::XoRoShiRo1024ss |
Implementation of the xoroshiro1024** pseudo-random number generator. More... | |
class | pcl::XorShift1024 |
Implementation of the XorShift1024* pseudo-random number generator. More... | |
class | pcl::XoShiRo256ss |
Implementation of the xoshiro256** pseudo-random number generator. More... | |
class | pcl::XoShiRoBase |
Base class of xoshiro and xoroshiro pseudo-random number generators. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |
Functions | |
uint32 | pcl::RandomSeed32 () |
uint64 | pcl::RandomSeed64 () |