AVR Libc Library Reference
char* ltoa(long val, char *s, int radix)
char* utoa(unsigned int val, char *s, int radix)
char* ultoa(unsigned long val, char *s, int radix)
long random(void)
void srandom(unsigned long __seed)
long random_r(unsigned long *__ctx)
char* itoa(int val, char *s, int radix)
Highest number that can be generated by random().
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.