for(int i = 0; i < Random(1, 100); i++);
I tried to guess the answer analytically and gussed ~50 but the empirical test was surprising to me. Can someone explain why the average is around 12?Runnable code: https://replit.com/@aalhour/RandomLoop#main.py
EDIT: Formatting.