Dear Champs,
I am asking this for our customer.
The user wants to generate a random number from a set.
For example, to pick up a random number from integer 1 to 1000.
This is running from C28x.
1. Does F28003x have any HW accelerator for that?
2. If not, how does TI suggest doing so?
3. Bottom line, can the user use the standard C library function int rand(void), which should be defined in
#include <stdio.h> #include <stdlib.h> #include <time.h>