??? 10/28/09 09:51 Read: times |
#170127 - extract? Responding to: ???'s previous message |
Roberto Torri said:
How can I extract a random number between 1 to 37 in assembler? From what do you want to extract it? As already noted, any kind of software (assembler, 'C', whatever) is deterministic and, hence, is inherently unable to produce anything truly random; the best you can do is pseudo-random - so use that as your search term... |