mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::rand: Add note to rand::integer().
This commit is contained in:
parent
f48ec4a6a4
commit
5ba5cea109
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace ircd::rand
|
|||
extern std::mt19937_64 mt;
|
||||
|
||||
uint64_t integer();
|
||||
uint64_t integer(const uint64_t &min, const uint64_t &max);
|
||||
uint64_t integer(const uint64_t &min, const uint64_t &max); // inclusive
|
||||
|
||||
// Random character from dictionary
|
||||
char character(const std::string &dict = dict::alnum);
|
||||
|
|
Loading…
Reference in a new issue