mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 10:56:37 +02:00
Finally removed the g_random_normal and g_rand_normal functions.
1999-06-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h, grand.c: Finally removed the g_random_normal and g_rand_normal functions.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
d5039b2943
commit
f80d6cc540
@@ -2443,11 +2443,6 @@ gdouble g_rand_double (GRand *rand);
|
||||
gdouble g_rand_double_range (GRand *rand,
|
||||
gdouble min,
|
||||
gdouble max);
|
||||
/* This might go in, if -lm is no problem for you guys
|
||||
gdouble g_rand_normal (GRand *rand,
|
||||
gdouble mean,
|
||||
gdouble standard_deviation);
|
||||
*/
|
||||
|
||||
void g_random_set_seed (guint32 seed);
|
||||
guint32 g_random_int (void);
|
||||
@@ -2456,10 +2451,6 @@ gint32 g_random_int_range (gint32 min,
|
||||
gdouble g_random_double (void);
|
||||
gdouble g_random_double_range (gdouble min,
|
||||
gdouble max);
|
||||
/* dito
|
||||
gdouble g_random_normal (gdouble mean,
|
||||
gdouble standard_deviation);
|
||||
*/
|
||||
|
||||
|
||||
/* Prime numbers.
|
||||
|
Reference in New Issue
Block a user