7namespace zypp {
namespace base {
12 static bool init =
false;
15 unsigned int seed = 0;
24 if (
fd >= 0) close(
fd);
33 if (length <=0 )
return std::string();
35 std::string
str;
str.resize( length );
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
String related utilities and Regular expression matching.
std::string random_string(int length)
unsigned random()
Return a random number from [0,RAND_MAX[.
Easy-to use interface to the ZYPP dependency resolver.