netrisk / che

CHIP-8 Emulator
0 stars 0 forks source link

Make a platform independent random #1

Open netrisk opened 8 years ago

netrisk commented 8 years ago

Right now rand() function is used, which will only run in PC.

We must implement our own one.