where do i get random.h library from?

I want to generate random numbers. Where can I get the random.h library from?
You can use rand() from <cstdlib> http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
If that's good enough for you.
Topic archived. No new replies allowed.