|
Main Page
Widgets
Namespaces
Book
Glib::Rand Class Reference
[Random Numbers]
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 |
) |
|
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|