Why is that, ector?
Patrick
Search found 3 matches
- Thu Aug 04, 2005 7:49 am
- Forum: PSP Development
- Topic: Random Integer Generation
- Replies: 25
- Views: 14564
- Thu Aug 04, 2005 6:57 am
- Forum: PSP Development
- Topic: Random Integer Generation
- Replies: 25
- Views: 14564
<t>I would just google for random number generator algorithms, and use a modulus function to limit the results, something like<br/> <br/> int foo, foo2;<br/> <br/> foo = random_function_I_found with_ google();<br/> <br/> foo2 = foo % 101;<br/> <br/> Not that I assume you don't know, but the modulus ...
- Tue Aug 02, 2005 5:49 am
- Forum: PSP Development
- Topic: Hacking Firmware 2.00
- Replies: 9
- Views: 4517