These are my answers to the "Next Generation Test Runner" internship questions.
Run pipenv environment in the project's root directory:
pipenv install
pipenv shell
To run the "Program A: Pseudo-Random Number Generator" run:
python3 run_responder.py
To run the "Program B: Controller" run:
python3 run_controller.py
To run the tests for the PRNG run:
pytest .