SammyK
SammyK
Relevant: my [proof of concept for the RFC](https://github.com/SammyK/php-src-csprng) and the [Facebook PHP SDK's CSPRNG](https://github.com/facebook/facebook-php-sdk-v4/tree/master/src/Facebook/PseudoRandomString). Or a lib that just composer requires RandomLib and provides the functions.. :)
@sarciszewski just [posted one](https://github.com/paragonie/random_compat).
Just added pull request #52 that fixes this. :)
You're right this is an issue that should be addressed. I fixed it in the official PHP SDK but forgot to back port it to FQB. The thing is that...
PS: Thanks for pointing out the issue @natenrb9! :)