diff options
author | bnewbold <bryan@octopart.com> | 2012-04-18 14:33:30 -0400 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-04-18 14:33:30 -0400 |
commit | c17e6b57bed73c36addb765e1aff86a430adc53c (patch) | |
tree | 1e33147638017263d2b12a9a57e6f0d6fdb71916 /electronics | |
parent | 5e245266c7ea1afc92553a0545baa95501531523 (diff) | |
download | knowledge-c17e6b57bed73c36addb765e1aff86a430adc53c.tar.gz knowledge-c17e6b57bed73c36addb765e1aff86a430adc53c.zip |
random number generators
Diffstat (limited to 'electronics')
-rw-r--r-- | electronics/misc.page | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/electronics/misc.page b/electronics/misc.page index a774608..d092bb5 100644 --- a/electronics/misc.page +++ b/electronics/misc.page @@ -12,3 +12,11 @@ actually prevent external discharges or shocks from harming ICs inside. If you use a shielding bag, you still need to make sure all the materials inside will not build up a charge. +Random Number Generators +---------------------------- + +- `Wikipedia overview <http://en.wikipedia.org/wiki/Hardware_random_number_generator>`_ +- `Wikipedia comparison of devices <http://en.wikipedia.org/wiki/Comparison_of_hardware_random_number_generators>`_ +- `Entropy Key <http://www.entropykey.co.uk>`_: a $50 USB key using avalanche + noise from two P-N junctions; lots of support and features. + |