Files
moodle/lib
Russell Smith ffd94de398 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:16:45 +10:00
..
2016-07-19 04:04:57 +02:00
2015-09-30 11:41:08 +08:00
2015-10-14 10:49:01 +01:00
2016-05-24 09:07:21 +08:00