Creating 1-D random walks to have lengths equal to some observed distribution of path lengths.

16 Views Asked by At

Given a population of vectors with lengths drawn from a normal distribution with a mean of 60, and variance of 30 (for example), how can I create a 1-D random walk with some ending probability p at each step, so that generated random walks will have a length equivalent to those from the observed distribution?