| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-25 | Implement default Random instance. | chasonr | |
| Previously, the default random number generator was implemented using static storage. This storage is common to all instances of mruby in a process, and use of the default random number generator in one instance will perturb the default random number generator in other instances. It is also not thread safe. With this change, the default random number generator is defined as Random::DEFAULT, as it is in CRuby. | |||
| 2014-02-21 | use 'd' format spec to get Random object | take_cheeze | |
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2013-04-08 | Change mruby-random License to MIT | MATSUMOTO Ryosuke | |
| refs: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/license.html | |||
| 2013-03-27 | Support mt instance valiables | MATSUMOTO Ryosuke | |
| 2013-03-23 | Add mruby-random mrbgem (no activation though) | MATSUMOTO Ryosuke | |
