|
Rcpp Version 1.0.14
|
#include <rnbinom.h>


Public Member Functions | |
| NBinomGenerator (double siz_, double prob_) | |
| double | operator() () const |
Private Attributes | |
| double | siz |
| double | lambda |
Additional Inherited Members | |
Public Types inherited from Rcpp::Generator< double > | |
| typedef double | r_generator |
|
inline |
Definition at line 34 of file rnbinom.h.
References Rcpp::as(), lambda, and siz.

|
private |
Definition at line 40 of file rnbinom.h.
Referenced by operator()().
|
private |
Definition at line 39 of file rnbinom.h.
Referenced by operator()().