You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple CHIP-8 program used to demonstrate the functionality of the random
number generator. When any key is pressed, a random number between 0 and 255 is
generated and shown on screen.