Skip to content

Opening book details…

Can I read Effective RNG for Microcontrollers on EtoBox?

Effective RNG for Microcontrollers by Sailesh Ngangbam is a document available to read on EtoBox.

What is Effective RNG for Microcontrollers about?

This document discusses the development of a random number generator (RNG) for microcontrollers. It presents two approaches: a table-based method and an equation-based method. The equation-based method uses a 2-byte seed value that is multiplied by 181 and added to 359 to generate the next value. This method was chosen due to its small code size of 25 bytes and ability to meet the criteria for a "good" RNG, including generating all possible numbers with a long cycle before repeating.

Author
Sailesh Ngangbam
Language
EN