Files
mruby-mruby/mrbgems/mruby-random/src
Yukihiro "Matz" Matsumoto afca99a40b Remove implicit conversion using to_int method.
The ISO standard does not include implicit type conversion using
`to_int`. This implicit conversion often causes vulnerability.
There will be no more attacks like #4120.

In addition, we have added internal convenience method `__to_int` which
does type check and conversion (from floats).
2018-11-19 11:28:51 +09:00
..
2017-08-09 21:56:27 +02:00
2016-09-28 12:29:41 +09:00
2015-12-25 13:43:01 +09:00