diff --git a/Hardware:-Random-Number-Generator.md b/Hardware:-Random-Number-Generator.md index 6b85ad2..a291cea 100644 --- a/Hardware:-Random-Number-Generator.md +++ b/Hardware:-Random-Number-Generator.md @@ -10,4 +10,4 @@ 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 +| (any) | `RANDOM_POLL` | `1 kJ` | Copy a randomly generated word into the B register | \ No newline at end of file