-
Write testing functions to check the function
getSecureRandominutils.phpreally returns strong and accpetable random numbers- Try at least to write 3 testing cases
- Structure/write the testing function in any way you think is best and fast
- Create
getSecureRandomAPI that is served on some server - The API must use
getSecureRandominutils.phpto get the response - Structure/write the API in any way you think is best and fast
- You have to compromise implementation quality for task speed. Simple working approaches that are implemented fast is more preferred than best implementation that is written slow.