Have a look at the C language programming guide, looking for the syntax of the rand() function.With that random.h file I can generate numbers? ints?
You will probably have to get a random number between O.0 and 1.0, multiply it by 100 and look for the nearest integer.
Yordan



