Searched refs:num_chars (Results 1 – 1 of 1) sorted by relevance
330 size_t num_chars = sizeof(char_set) - 1; in RandomAsciiChar() local331 return char_set[rand_(num_chars)]; in RandomAsciiChar()