Class RNG organizes functions that provide random-number generator functionality.
#include <ibamr/RNG.h>
◆ RNG() [1/2]
◆ RNG() [2/2]
| IBAMR::RNG::RNG |
( |
RNG & |
| ) |
|
|
privatedelete |
◆ ~RNG()
◆ srandgen()
| static void IBAMR::RNG::srandgen |
( |
unsigned long |
seed | ) |
|
|
static |
◆ genrand()
| static void IBAMR::RNG::genrand |
( |
double * |
rn | ) |
|
|
static |
◆ genrandn()
| static void IBAMR::RNG::genrandn |
( |
double * |
result | ) |
|
|
static |
◆ parallel_seed()
| static void IBAMR::RNG::parallel_seed |
( |
int |
global_seed | ) |
|
|
static |
◆ operator=()
| RNG& IBAMR::RNG::operator= |
( |
RNG & |
| ) |
|
|
privatedelete |
The documentation for this class was generated from the following file: