|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Generates Gamma-distributed noise. More...
#include "noise_generators.h"
Inheritance diagram for noise::GammaGenerator:
Collaboration diagram for noise::GammaGenerator:Public Member Functions | |
| GammaGenerator (std::mt19937 &rngEngine, const RealType k) noexcept | |
| Constructor to initialize the Gamma generator with a shape parameter. | |
| RealType | getSample () noexcept override |
| Generates a sample of Gamma noise. | |
Generates Gamma-distributed noise.
Definition at line 87 of file noise_generators.h.
|
explicitnoexcept |
Constructor to initialize the Gamma generator with a shape parameter.
| rngEngine | The random number engine to use for generation. |
| k | The shape parameter of the Gamma distribution. |
Definition at line 96 of file noise_generators.h.
|
overridevirtualnoexcept |
Generates a sample of Gamma noise.
Implements noise::NoiseGenerator.
Definition at line 106 of file noise_generators.h.