??? 10/28/09 14:41 Read: times |
#170131 - you can't Responding to: ???'s previous message |
How can I extract a random number between 1 to 37 in assembler?
the only thing you can generate with "just code" is pseudo-random a very good way to get random numbers is to have a timer free running at highest possible speed and reading it when some external event (e.g. keypress, UART char received, ...) happens. Erik |