Random bytes
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.