diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-30 09:03:14 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-30 09:03:14 +0900 |
| commit | fa76bbeb07bbcd024178e9813fb6e5347c8d5ae7 (patch) | |
| tree | d22d1b6a51e27b6da9ba7e5e3aa5fad4e9680c59 /mrbgems/mruby-random | |
| parent | 22dc84f72adfd742f7079b1862d3f033e4781550 (diff) | |
| download | mruby-fa76bbeb07bbcd024178e9813fb6e5347c8d5ae7.tar.gz mruby-fa76bbeb07bbcd024178e9813fb6e5347c8d5ae7.zip | |
mruby-random: add reporting URL since we modified the source
Diffstat (limited to 'mrbgems/mruby-random')
| -rw-r--r-- | mrbgems/mruby-random/src/mt19937ar.c | 3 | ||||
| -rw-r--r-- | mrbgems/mruby-random/src/mt19937ar.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mrbgems/mruby-random/src/mt19937ar.c b/mrbgems/mruby-random/src/mt19937ar.c index 100d37c44..04838e193 100644 --- a/mrbgems/mruby-random/src/mt19937ar.c +++ b/mrbgems/mruby-random/src/mt19937ar.c @@ -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 */ #include <mruby.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 |
