whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Improve Disk II test reliability #195

Closed iflan closed 1 year ago

iflan commented 1 year ago

Before, the garbage test had only about a 92% chance of success because it relied on random numbers not being equal. This change just repeats the test 5 times and allows up to 1 failure. This increases the chance of the test passing to a hair less that 99.8%.