![]() |
libfilezilla
|
Various utility functions. More...

Go to the source code of this file.
Namespaces | |
| namespace | fz |
The namespace used by libfilezilla. | |
Functions | |
| void | sleep (duration const &d) |
| Sleep current thread for the specified duration. | |
| int64_t | random_number (int64_t min, int64_t max) |
| Get a secure random integer uniformly distributed in the closed interval [min, max]. | |
Various utility functions.
1.7.6.1