|
libzypp
17.7.0
|
#include <string>

Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::base | |
Functions | |
| int | zypp::base::random_int () |
| std::string | zypp::base::random_string (int length) |
| unsigned | zypp::base::random () |
Return a random number from [0,RAND_MAX[. More... | |
| unsigned | zypp::base::random (unsigned size_r) |
Return a random number from [0,size_r[. More... | |
| unsigned | zypp::base::random (unsigned min_r, unsigned size_r) |
Return a random number from [min_r,min_r+size_r[. More... | |