Microchip® Advanced Software Framework

op_fix_rand.c File Reference
#include "dsp.h"

Functions

dsp16_t dsp16_op_rand (void)
 16-bit fixed point version of the random operator. More...
 
dsp32_t dsp32_op_rand (void)
 32-bit fixed point version of the random operator. More...
 
void dsp_op_srand (int new_seed)
 Initialize the pseudo-random number generator. More...
 

Variables

static int seed = 123456789
 

int seed = 123456789
static