The function of this package is to generate random letters and numbers based on the number that you will specify, and if you do not specify, you will generate 10 random letters and numbers
composer require sharkawy/random
`use Sharkawy\Random\Random;`
use Sharkawy\Random\Random;
return Random::generateRandomString(10000);