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

7 lines
274 B
JSON
Raw Normal View History

2023-03-02 10:38:19 +00:00
{
"random.desc": "Random number generator (cryptographically secure)",
"random.number.help": "Generate a random integer within a given range.",
2023-03-10 13:59:18 +00:00
"random.choice.help": "Select an element from a given set.",
"random.uuid.help": "Generate a random UUID (v4)."
}