Table of Contents

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)