Skip to content

Mereb-Tech/php-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PHP Evaluation

You must create a branch on this repository to push your work.

Task 1

  • Write testing functions to check the function getSecureRandom in utils.php really 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

Task 2

  • Create getSecureRandom API that is served on some server
  • The API must use getSecureRandom in utils.php to get the response
  • Structure/write the API in any way you think is best and fast

Note

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages