??? 10/28/09 08:19 Read: times |
#170126 - How random? Responding to: ???'s previous message |
Generally speaking, you cannot create a really random number using just assembly. You'll need some external source of randomness (noise of an ADC, for example).
If the number doesn't have to be really random, there are various easier ways, like using timers and/or pseudo-random number algorithms. |