Rcpp Version 0.9.10
Rcpp::stats::NormGenerator__mean0 Class Reference

#include <rnorm.h>

Inheritance diagram for Rcpp::stats::NormGenerator__mean0:
Collaboration diagram for Rcpp::stats::NormGenerator__mean0:

List of all members.

Public Member Functions

 NormGenerator__mean0 (double sd_=1.0)
double operator() () const

Private Attributes

double sd

Detailed Description

Definition at line 58 of file rnorm.h.


Constructor & Destructor Documentation

Rcpp::stats::NormGenerator__mean0::NormGenerator__mean0 ( double  sd_ = 1.0) [inline]

Definition at line 61 of file rnorm.h.


Member Function Documentation

double Rcpp::stats::NormGenerator__mean0::operator() ( ) const [inline]

Definition at line 63 of file rnorm.h.

References sd.


Member Data Documentation

Definition at line 68 of file rnorm.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines