PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 line
1.5KB

  1. @misc{ARDWDTRN,
  2. author = {Multiple},
  3. title = {Random Numbers and Random Seeds},
  4. month = {May},
  5. year = {2012},
  6. url = {http://arduino.cc/forum/index.php/topic,77695.30.html}
  7. }
  8. @article{Hlavac2010,
  9. year = {2010},
  10. author = {Hlavac, Josef and Lorencz, Robert and Hadacek, Martin},
  11. institution = {Czech Technical University in Prague},
  12. journal = {2010 2nd International Conference on Computer Engineering and Technology},
  13. volume = {2},
  14. address = {Kolejni 550 2, 160 00 Praha, Czech Republic},
  15. title = {True Random Number Generation on an AtmelAVR Microcontrolle},
  16. }
  17. @misc{Krisston2011,
  18. author = {Kristinsson, Benedikt},
  19. title = {ArdRand: The Arduino as a hardware random number generator},
  20. month = {December},
  21. year = {2011},
  22. url = {http://reykjavik.academia.edu/BenediktKristinsson/Papers/1225216/Ardrand\_The\_Arduino\_as\_a\_Hardware\_Random-Number\_Generator}
  23. }
  24. @misc{Matloff2006,
  25. author = {Matloff, Norm},
  26. title = {Random number generation},
  27. year = {2006},
  28. url = {http://heather.cs.ucdavis.edu/\~ matloff/156/PLN/RandNumGen.pdf}
  29. }
  30. @misc{Pedersen2006,
  31. author = {Pedersen, Kasper},
  32. title = {Entropy gathering for cryptographic applications in AVR - Qualification of WDT as a entropy source},
  33. year = {2006},
  34. url = {http://wap.taur.dk/engather.pdf}
  35. }
  36. @misc{Walker2011,
  37. author = {Walker, John},
  38. title = {HotBits: Genuine random numbers, generated by radioactive decay},
  39. month = {January},
  40. year = {2011},
  41. url = {http://www.fourmilab.ch/hotbits}
  42. }