Random: add getRandom(), returning std::vector<char>
Dieser Commit ist enthalten in:
1
random.h
1
random.h
@@ -23,6 +23,7 @@ class Random
|
||||
public:
|
||||
Random();
|
||||
std::string getRandomHexString(unsigned int bytes);
|
||||
std::vector<char> getRandom(unsigned int bytes);
|
||||
};
|
||||
|
||||
#endif // RANDOM_H
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren