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.
Loading...
Searching...
No Matches
Helper::Random< max, start, count, d > Class Template Reference

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.
 

Detailed Description

template<int max = 100, int start = 0, int count = 10, int d = 0>
class Helper::Random< max, start, count, d >

Generate random numbers with std::mt19937.

Template Parameters
maxMaximum number limit.
startMinimum value of numbers.
countList count.
dDelimiter.

The documentation for this class was generated from the following file: