Tag: Random Walk

Using Random Walk Principle to Generate Music

Written by on October 24, 2020 in LISP, Music, Programming with 1 Comment
Using Random Walk Principle to Generate Music

In mathematics, the simplest example of Random Walk is a random process along a one-dimensional plane of integers, starting at 0 and moving in the positive or negative direction in steps of +1 or -1, with equal probability. The Random Walk theory has been applied in many domains including Physics and even the Stock Market. Here is a […]

Continue Reading

Top