Search found 3 matches

by patrickoneal
Thu Aug 04, 2005 7:49 am
Forum: PSP Development
Topic: Random Integer Generation
Replies: 25
Views: 14120

Why is that, ector?

Patrick
by patrickoneal
Thu Aug 04, 2005 6:57 am
Forum: PSP Development
Topic: Random Integer Generation
Replies: 25
Views: 14120

<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 ...
by patrickoneal
Tue Aug 02, 2005 5:49 am
Forum: PSP Development
Topic: Hacking Firmware 2.00
Replies: 9
Views: 4342

Does anyone know how long until this ends up in the Hall of Shame?

Somebody needs banned...