summaryrefslogtreecommitdiff
path: root/glib/grand.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-12-17 16:12:16 +0000
committerJavier Jardón <jjardon@gnome.org>2010-12-17 16:12:16 +0000
commitf0354ff0590f0350ebdb1ee8eb84e7b6cdd1e850 (patch)
treee6202cfeca1fd5d666dbd422df37ba1c9233bdb1 /glib/grand.h
parent89b558077f97c630c5b26b3527a6c7d0515f1f2c (diff)
downloadglib-f0354ff0590f0350ebdb1ee8eb84e7b6cdd1e850.tar.gz
grand: Fix URLs for info on the Mersenne Twister
Reported by Allin Cottrell here: http://mail.gnome.org/archives/gtk-devel-list/2010-December/msg00134.html
Diffstat (limited to 'glib/grand.h')
-rw-r--r--glib/grand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/grand.h b/glib/grand.h
index 07907dfc1..039799206 100644
--- a/glib/grand.h
+++ b/glib/grand.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
typedef struct _GRand GRand;
/* GRand - a good and fast random number generator: Mersenne Twister
- * see http://www.math.keio.ac.jp/~matumoto/emt.html for more info.
+ * see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html for more info.
* The range functions return a value in the intervall [begin, end).
* int -> [0..2^32-1]
* int_range -> [begin..end-1]