I am trying to generate pseudo-random numbers by accessing the pc clock. Can someone help me? Another way would be by using an interrupt in a counter loop that stops the loop when the user presses a key such as "enter." I am trying to do this in MIPS Assembly language, does anyone have code that will do this. Thanks.