![]() |
![]() |
Collaboration diagram for DSP_urand16:
|
| void | DSP_urand16 (unsigned short *restrict seed, int size, void *restrict vector) |
| void DSP_urand16 | ( | unsigned short *restrict | seed, | |
| int | size, | |||
| void *restrict | vector | |||
| ) |
This program stores 16-bit fixed-point random values in the provided vector.
| seed | = Pointer to an arbitrary seed (number) of type unsigned short. | |
| size | = The size of the vector to be filled with random values. | |
| vector | = The vector to be filled with random values. |