The goal of this project is to generate two types of random walk: the standard case or regular and the special case(which is an alternating time step). We want to be ...
In this notebook, I will show a trick of using NumPy to solve a classical conditional probability problem of random walks: Give an standard random walk (start at origin and with the probability of ...