Circular Random Walk - Monte Carlo Simulation
A Python implementation in Jupyter Notebook after David Robinson's 'The 'circular random walk' puzzle: tidy simulation of stochastic processes in R' at Variance Explained.
David's solution in R is explained in his video and can be downloaded from his repository.