Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(rand): enhance random number generation security
- Replace `math/rand` with `crypto/rand` and alias `math/rand` as `mathrand` - Change the random source initialization to use the `mathrand` alias Signed-off-by: appleboy <[email protected]>
- Loading branch information