const char *echo_strings[4] = {
"The day has begun.\r\n",
"The day has begun.\r\n",
"The sky slowly begins to glow.\r\n",
"The sun slowly embarks upon a new day.\r\n"
};
Are the elements in this numbered 1-4 or 0-3 as I am making modifications to similar things and wish to use number_range rather than number_bits for selecting the random strings.