Random: Mark getRandom* const
Αυτή η υποβολή περιλαμβάνεται σε:
4
random.h
4
random.h
@@ -22,8 +22,8 @@ class Random
|
||||
{
|
||||
public:
|
||||
Random();
|
||||
std::string getRandomHexString(unsigned int bytes);
|
||||
std::vector<char> getRandom(unsigned int bytes);
|
||||
std::string getRandomHexString(unsigned int bytes) const;
|
||||
std::vector<char> getRandom(unsigned int bytes) const;
|
||||
};
|
||||
|
||||
#endif // RANDOM_H
|
||||
|
Αναφορά σε νέο ζήτημα
Block a user