diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-12-17 16:12:16 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-12-17 16:12:16 +0000 |
commit | f0354ff0590f0350ebdb1ee8eb84e7b6cdd1e850 (patch) | |
tree | e6202cfeca1fd5d666dbd422df37ba1c9233bdb1 /glib/grand.h | |
parent | 89b558077f97c630c5b26b3527a6c7d0515f1f2c (diff) | |
download | glib-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.h | 2 |
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] |