Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C: remove leftover loop, seed random generator with time()
The loop would run until the 100th win, which would require several billions of questions, but obviously there are not enough, so since the question arrays are not circular, it stops with a segfault. That loop must be some leftover debug aid, not present in other implementations, so it's safe to be removed.
- Loading branch information