Problem Set 3
Random Walk
Random walk for N = 10 paths at t = 1000.
Python code with imported pylab; including random number generator random.choice. random.choice uses the Mersenne Twister as its core generator, whose period length is the Mersenne prime.
Problems