Static Public Member Functions | |
| static double | gaussian (double sigma) |
| static double | gaussian (double sigma) |
| static double | gaussian (double sigma) |
| static double | gaussian (double sigma) |
| static double | gaussian (double sigma) |
| static double | gaussian (double sigma) |
| static int | uniform (int from, int to) |
| static int | uniform (int from, int to) |
| static double | uniform () |
| static double | uniform () |
| static int | uniform (int from, int to) |
| static int | uniform (int from, int to) |
| static double | uniform () |
| static double | uniform () |
| static int | uniform (int from, int to) |
| static int | uniform (int from, int to) |
| static double | uniform () |
| static double | uniform () |
Static Private Attributes | |
| static tr1::mt19937 | gen_int |
| static tr1::ranlux_base_01 | gen_real |
Definition at line 37 of file ba_demo.cpp.
| static double Sample::gaussian | ( | double | sigma | ) | [static] |
| static double Sample::gaussian | ( | double | sigma | ) | [static] |
| static double Sample::gaussian | ( | double | sigma | ) | [static] |
| double Sample::gaussian | ( | double | sigma | ) | [static] |
Definition at line 68 of file ba_demo.cpp.
| static double Sample::gaussian | ( | double | sigma | ) | [static] |
| static double Sample::gaussian | ( | double | sigma | ) | [static] |
| static int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
| static int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
| static double Sample::uniform | ( | ) | [static] |
| static double Sample::uniform | ( | ) | [static] |
| static int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
| int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
Definition at line 54 of file ba_demo.cpp.
| static double Sample::uniform | ( | ) | [static] |
| double Sample::uniform | ( | ) | [static] |
Definition at line 61 of file ba_demo.cpp.
| static int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
| static int Sample::uniform | ( | int | from, |
| int | to | ||
| ) | [static] |
| static double Sample::uniform | ( | ) | [static] |
| static double Sample::uniform | ( | ) | [static] |
tr1::mt19937 Sample::gen_int [static, private] |
Definition at line 41 of file ba_demo.cpp.
tr1::ranlux_base_01 Sample::gen_real [static, private] |
Definition at line 40 of file ba_demo.cpp.