|
vSMC
vSMC: Scalable Monte Carlo
|
GSL RNG generator for use with GeneratorWrapper. More...
#include <vsmc/rng/gsl.hpp>
Public Member Functions | |
| GSLGenerator () | |
| GSLGenerator (const GSLGenerator< RngType > &other) | |
| GSLGenerator (GSLGenerator< RngType > &&other) | |
| ~GSLGenerator () | |
| unsigned long | generate () |
| unsigned long | max () const |
| unsigned long | min () const |
| GSLGenerator< RngType > & | operator= (const GSLGenerator< RngType > &other) |
| GSLGenerator< RngType > & | operator= (GSLGenerator< RngType > &&other) |
| void | seed (unsigned long s) |
GSL RNG generator for use with GeneratorWrapper.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.9.1