Exercise 4
Consider our standard generator unif, as defined here. But now we use "#include" to predefine unif, as explained here.
Write the corresponding program, with a main program generating 10 random numbers (by calling unif), which are printed to standard output (the screen). So execution of the program should provide a list of 10 random numbers on the screen. Use the "for" statement to realize the loop to generate the 10 random numbers.
In case of problems in understanding basic notions of the programming langage C: see
C tutorial
The solution of this exercise can be found here