random_compat v0.9.5 Release Notes

Release Date: 2015-07-31 // almost 9 years ago
    • Validate that /dev/urandom is a character device
    • ✂ Remove support for /dev/arandom which is an old OpenBSD feature, thanks @jedisct1
    • Prevent race conditions on the filetype() check, thanks @jedisct1
    • 🐎 Buffer file reads to 8 bytes (performance optimization; PHP defaults to 8192 bytes)