Rcpp Version 0.9.10
Rcpp::stats::ExpGenerator Class Reference

#include <rexp.h>

Inheritance diagram for Rcpp::stats::ExpGenerator:
Collaboration diagram for Rcpp::stats::ExpGenerator:

List of all members.

Public Member Functions

 ExpGenerator (double scale_)
double operator() () const

Private Attributes

double scale

Detailed Description

Definition at line 28 of file rexp.h.


Constructor & Destructor Documentation

Rcpp::stats::ExpGenerator::ExpGenerator ( double  scale_) [inline]

Definition at line 31 of file rexp.h.


Member Function Documentation

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

Definition at line 33 of file rexp.h.

References scale.


Member Data Documentation

Definition at line 38 of file rexp.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