From 1f1bea142b320cafa13ee2541e1e4f520fb4da45 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 12 Nov 2017 11:34:16 -0500 Subject: [PATCH] Created Hardware Random Number Generator (markdown) --- Hardware-Random-Number-Generator.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Hardware-Random-Number-Generator.md diff --git a/Hardware-Random-Number-Generator.md b/Hardware-Random-Number-Generator.md new file mode 100644 index 0000000..6b85ad2 --- /dev/null +++ b/Hardware-Random-Number-Generator.md @@ -0,0 +1,13 @@ +This good old random number generator from Cube Electronics is the perfect tool for all your randomization needs! + +### Specifications +Manufacturer: 立方電子 +Version: 1.0B +Default address: `0x0007` +Hardware ID: `0x0007` +Random number bounds: `0x0000` - `0xFFFF` + +### Interrupt Behavior +| Value of A | Action | Energy cost | Result | +| --- | --- | --- | --- | +| (any) | `POLL` | `1 kJ` | Copy a randomly generated word into the B register | \ No newline at end of file