Header File with fuctions to utilize the "True Random Number Generator" peripheral of the Atmel ATSAM3X8E (Found on Arduino Due)
Wouter Van Ooijen's hwlib is used to demonstrate to some usage in main.hpp, however it also works with a lone sam3.h header
for use with arduino IDE you might need to include
#include <component/component_trng.h>main.cpp demonstrates some usage.
Further documentation can be found in the the Header File itself.