GLib.Random – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Random
boolean
double_range
int_range
next_double
next_int
set_seed
GLib.Random
Description:
Content:
Functions:
public
void
set_seed
(
uint32
seed)
public
bool
boolean
()
public
uint32
next_int
()
public
int32
int_range
(
int32
begin,
int32
end)
public
double
next_double
()
public
double
double_range
(
double
begin,
double
end)