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:
Sebastian Wilhelmi
1999-06-30 08:10:01 +00:00
committed by Sebastian Wilhelmi
parent d5039b2943
commit f80d6cc540
12 changed files with 40 additions and 128 deletions

View File

@@ -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.