Definition in file op_fix_rand.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
| dsp16_t | dsp16_op_rand () |
| 16-bit fixed point version of the random operator. | |
| dsp32_t | dsp32_op_rand () |
| 32-bit fixed point version of the random operator. | |
| void | dsp_op_srand (int new_seed) |
| Initialize the pseudo-random number generator. | |
Variables | |
| static int | seed = 123456789 |
int seed = 123456789 [static] |
Definition at line 48 of file op_fix_rand.c.
Referenced by dsp16_op_rand(), dsp32_op_rand(), and dsp_op_srand().
1.5.5