Rcpp Version 1.0.9
|
#include <rweibull.h>
Public Member Functions | |
WeibullGenerator__scale1 (double shape_) | |
double | operator() () const |
Private Attributes | |
double | shape_inv |
Additional Inherited Members | |
Public Types inherited from Rcpp::Generator< double > | |
typedef double | r_generator |
Definition at line 42 of file rweibull.h.
|
inline |
Definition at line 45 of file rweibull.h.
|
inline |
Definition at line 48 of file rweibull.h.
References Rcpp::algorithm::log(), shape_inv, and R::unif_rand().
|
private |
Definition at line 53 of file rweibull.h.
Referenced by operator()().