sharkawy/random

此包的功能是根据您指定的数字生成随机字母和数字,如果您没有指定,则将生成10个随机字母和数字

1.2 2023-04-29 12:21 UTC

This package is auto-updated.

Last update: 2024-09-29 15:05:35 UTC


README

描述

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);