I am trying to obtain samples of a random walk on a circle that takes steps according to N(0, \sigma). To do this for a discrete random walk one calculates the cumulative sum of {+1,-1} coin tosses and then does mod the number of states on the circle at each step to obtain the current position. My question is: how to modify this for the continuous case?
Thanks in advance if anyone can help!