Feeg
Still Fresh
Am I right in thinking that if I'm avoiding using established libs, I'll need to write a pseudo random number generator myself if I want to incorporate randomness into an application written along similar lines to DZZ's demo tutorial thread?
I've checked the various reference documents and can't find anything useful, so I suspect I'll have to do something myself. My only worry is that without a real clock on the machine I won't have much to seed with. I guess I could go with the least significant digits in the difference in time since bootup. That'd be sufficient for my needs.
Before I jump in though, there's nothing in the ARM instruction set that'll help is there?
Cheers
I've checked the various reference documents and can't find anything useful, so I suspect I'll have to do something myself. My only worry is that without a real clock on the machine I won't have much to seed with. I guess I could go with the least significant digits in the difference in time since bootup. That'd be sufficient for my needs.
Before I jump in though, there's nothing in the ARM instruction set that'll help is there?
Cheers