|
ARTS
2.2.66
|
Monte Carlo Antenna implementation. More...

Go to the source code of this file.
Functions | |
| Numeric | ran_gaussian (Rng &rng, const Numeric sigma) |
| ran_gaussian More... | |
| ostream & | operator<< (ostream &os, const MCAntenna &) |
| ostream& operator<< | ( | ostream & | os, |
| const MCAntenna & | |||
| ) |
Definition at line 198 of file mc_antenna.cc.
Referenced by MCAntenna::MCAntenna().
ran_gaussian
Draw a random normal (Gaussian) deviate. This has been copied with minor changes from the GSL function gsl_ran_gaussian. Polar (Box-Mueller) method; See Knuth v2, 3rd ed, p122
| rng | Rng random number generator instance |
| sigma | standard deviation parameter for gaussian distribution |
Returns the gaussian random deviate.
Definition at line 65 of file mc_antenna.cc.
References Rng::draw().
Referenced by MCAntenna::draw_los(), IWCtopnd_MH97(), and MCAntenna::MCAntenna().