|
Rcpp Version 0.9.10
|
#include <rlnorm.h>


Public Member Functions | |
| LNormGenerator (double meanlog_=0.0, double sdlog_=1.0) | |
| double | operator() () const |
Private Attributes | |
| double | meanlog |
| double | sdlog |
| Rcpp::stats::LNormGenerator::LNormGenerator | ( | double | meanlog_ = 0.0, |
| double | sdlog_ = 1.0 |
||
| ) | [inline] |
| double Rcpp::stats::LNormGenerator::operator() | ( | ) | const [inline] |
double Rcpp::stats::LNormGenerator::meanlog [private] |
Definition at line 39 of file rlnorm.h.
Referenced by operator()().
double Rcpp::stats::LNormGenerator::sdlog [private] |
Definition at line 40 of file rlnorm.h.
Referenced by operator()().