From fa76bbeb07bbcd024178e9813fb6e5347c8d5ae7 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 30 Aug 2016 09:03:14 +0900 Subject: mruby-random: add reporting URL since we modified the source --- mrbgems/mruby-random/src/mt19937ar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mrbgems/mruby-random/src/mt19937ar.h') diff --git a/mrbgems/mruby-random/src/mt19937ar.h b/mrbgems/mruby-random/src/mt19937ar.h index 3d4194612..8f64d984a 100644 --- a/mrbgems/mruby-random/src/mt19937ar.h +++ b/mrbgems/mruby-random/src/mt19937ar.h @@ -28,6 +28,9 @@ ** Any feedback is very welcome. ** http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html ** email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space) +** +** This versios is modified by mruby developers. If you see any problem, +** contact us first at https://github.com/mruby/mruby/issues */ #define N 624 -- cgit v1.2.3