It want to use a random number generator in security application such cryptography.
I know that srand(time(NULL))
can be used to generate random numbers at run time.
Is there a more secure implementation of a secure random number generator in the C standard library?