|
PMT Renovated main-branch
Partition Manager Tool is a fast, reliable, and feature-rich CLI application for Android devices that enables advanced partition operations such as backup, flashing, erasing, information retrieval, and more.
|
Generate random numbers with std::mt19937.
More...
#include <random.hpp>
Static Public Member Functions | |
| static std::set< int > | get () |
| Get a random number list. | |
| static int | getNumber () |
| Get a random number. | |
Generate random numbers with std::mt19937.
| max | Maximum number limit. |
| start | Minimum value of numbers. |
| count | List count. |
| d | Delimiter. |