Skip to content

Random bytes

Compare
Choose a tag to compare
@g105b g105b released this 08 Jul 10:48
· 49 commits to master since this release

Utilising PHP's inbuilt random_bytes function allows us to drop the large dependency tree that came with random_lib that we were depending on before. This makes a significant improvement to the amount of dependencies that are shipped along with WebEngine.

The standard "asArray" function is added in this release too, increasing consistency with other PhpGt repositories.