I am trying to add the True random number generator module in my project to give the seed to my rand() function to create a byte array of random number with size=16. But I am not able to understand how the TRNG works and how I should include it in my project.
Please help me get better clarity on the same.