Searched refs:random_chars (Results 1 – 1 of 1) sorted by relevance
41 static const char random_chars[] = { in random_string() local53 str[i] = random_chars[rand() % ARRAY_SIZE(random_chars)]; in random_string()