Random: add explanatory comment

This commit is contained in:
terrafrost 2014-06-16 09:53:55 -05:00
parent 4401b7e21e
commit 82b5e02f06

View File

@ -3,6 +3,9 @@
/**
* Random Number Generator
*
* The idea behind this function is that it can be easily replaced with your own crypt_random_string()
* function. eg. maybe you have a better source of entropy for creating the initial states or whatever.
*
* PHP versions 4 and 5
*
* Here's a short example of how to use this library: