Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::stats::LNormGenerator Class Reference

#include <rlnorm.h>

Inheritance diagram for Rcpp::stats::LNormGenerator:
Collaboration diagram for Rcpp::stats::LNormGenerator:

Public Member Functions

 LNormGenerator (double meanlog_=0.0, double sdlog_=1.0)
double operator() () const

Private Attributes

double meanlog
double sdlog

Additional Inherited Members

Public Types inherited from Rcpp::Generator< double >
typedef double r_generator

Detailed Description

Definition at line 28 of file rlnorm.h.

Constructor & Destructor Documentation

◆ LNormGenerator()

Rcpp::stats::LNormGenerator::LNormGenerator ( double meanlog_ = 0.0,
double sdlog_ = 1.0 )
inline

Definition at line 31 of file rlnorm.h.

References meanlog, and sdlog.

Member Function Documentation

◆ operator()()

double Rcpp::stats::LNormGenerator::operator() ( ) const
inline

Definition at line 34 of file rlnorm.h.

References meanlog, and sdlog.

Member Data Documentation

◆ meanlog

double Rcpp::stats::LNormGenerator::meanlog
private

Definition at line 39 of file rlnorm.h.

Referenced by LNormGenerator(), and operator()().

◆ sdlog

double Rcpp::stats::LNormGenerator::sdlog
private

Definition at line 40 of file rlnorm.h.

Referenced by LNormGenerator(), and operator()().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/stats/random/rlnorm.h