Posted By
Harry Potter on 2024-08-27 07:12:07
| Re: Timer 1 $ff00
If you want, I have my own random number generator. It uses a 16-bit seed, and, if you want, you can pass a number to it, such as a timer. It should be very efficient, as it doesn't involve any complex operations such as multiplication. It is written in cc65 Assembler and located at https://sourceforge.net/projects/cc65extra/files/util/. Try it out!
|