Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/random/locales/en_us.json
2023-05-02 23:09:25 +08:00

7 lines
342 B
JSON

{
"random.help.number": "Generate a random integer within a given range.",
"random.help.choice": "Select an element from a given set.",
"random.help.shuffle": "Shuffle the order of a given set.",
"random.help.uuid": "Generate random UUID (v4).",
"random.help.desc": "Random number generator (cryptographically secure)"
}