+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
+2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * glib/grand.c: Add Since: 2.4, where due
+
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
* Creates a new random number generator initialized with @seed.
*
* Return value: the new #GRand.
+ *
+ * Since: 2.4
**/
GRand*
g_rand_new_with_seed_array (const guint32 *seed, guint seed_length)
* replaying later.
*
* Return value: the new #GRand.
+ *
+ * Since: 2.4
**/
GRand *
g_rand_copy (GRand* rand)
* first 624 values are taken. This function is useful
* if you have many low entropy seeds, or if you require more then
* 32bits of actual entropy for your application.
+ *
+ * Since: 2.4
**/
void
g_rand_set_seed_array (GRand* rand, const guint32 *seed, guint seed_length)