Glib::Rand Class Reference
[Random Numbers]
#include <glibmm/random.h>
List of all members.
Detailed Description
- Examples:
-
thread/dispatcher.cc, and thread/thread.cc.
Constructor & Destructor Documentation
Glib::Rand::Rand |
( |
guint32 |
seed |
) |
[explicit] |
Member Function Documentation
bool Glib::Rand::get_bool |
( |
|
) |
|
double Glib::Rand::get_double |
( |
|
) |
|
double Glib::Rand::get_double_range |
( |
double |
begin, |
|
|
double |
end | |
|
) |
| | |
guint32 Glib::Rand::get_int |
( |
|
) |
|
gint32 Glib::Rand::get_int_range |
( |
gint32 |
begin, |
|
|
gint32 |
end | |
|
) |
| | |
const GRand* Glib::Rand::gobj |
( |
|
) |
const [inline] |
GRand* Glib::Rand::gobj |
( |
|
) |
[inline] |
void Glib::Rand::set_seed |
( |
guint32 |
seed |
) |
|