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


Public Member Functions | |
| NormGenerator (double mean_=0.0, double sd_=1.0) | |
| double | operator() () const |
Private Attributes | |
| double | mean |
| double | sd |
| Rcpp::stats::NormGenerator::NormGenerator | ( | double | mean_ = 0.0, |
| double | sd_ = 1.0 |
||
| ) | [inline] |
| double Rcpp::stats::NormGenerator::operator() | ( | ) | const [inline] |
double Rcpp::stats::NormGenerator::mean [private] |
Definition at line 39 of file rnorm.h.
Referenced by operator()().
double Rcpp::stats::NormGenerator::sd [private] |
Definition at line 40 of file rnorm.h.
Referenced by operator()().