development:csdk:2.0:headers:random
random.h
LFSR pseudorandom number generator implementation
Functions
rnd
int rnd();
Return a random 16-bit number
rnd_range
int rnd_range(int low, int high);
Return a random 16-bit number from low
(inclusive) to high
(exclusive)
development/csdk/2.0/headers/random.txt · Last modified: 2024/11/20 21:40 by clyde