I need to generate some random numbers in C for testing and debugging the system. The system is a custom hardware (SoC) with a limited set of functions so I can only use basic m
Check the source code of the gsl library, a couple of well tested algorithms are implemented in it.