Files
moodle/lib
Russell Smith ffd1a26a0b MDL-55272 lib: Allow random_bytes() to return large values.
PHP has a recursion limit and random_bytes on PHP5.6 without openssl
will error if sent a large value.  Using a loop has lower overhead than
recursion as well.
2016-08-16 12:15:04 +10:00
..
2016-07-19 04:04:44 +02:00
2016-07-26 10:05:44 +08:00
2015-09-30 11:41:08 +08:00
2016-05-24 09:06:40 +08:00