I need a random number generator. How would I make a random number generator circuit? What would be the best(i.e. smallest, least number of parts) way to make one?
Asked
Active
Viewed 280 times
-1
1 Answers
1
OP, would it be possible to use a microcontroller in your circuit? If yes, then you can program a microcontroller to generate a random number. It is possible to set any range of numbers you want, and the output can be displayed in a screen or can be converted to analogue as required.
Bharath Ram
- 55
- 4
-
-
1@Trevor Several MCU vendors have options that include very good RNGs. Atmel (now Microchip) is one: http://www.atmel.com/images/Atmel-42444-SAM-True-Random-Number-Generator-TRNG-Driver_ApplicationNote_AT10732.pdf – mindforge Oct 21 '17 at 03:20
-
@mindforge yes, but it is not really a "function" of a microcontroller in general. – Trevor_G Oct 21 '17 at 13:06
0, if a<b record1. repeat. – dandavis Oct 21 '17 at 07:24