Home
last modified time | relevance | path

Searched refs:RAND_LOCAL_MAX (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/
Dutilities.c33 #define RAND_LOCAL_MAX 2147483647L macro
39 return ( ( next = next * 1103515245L + 12345L ) % RAND_LOCAL_MAX ); in rand1()