Snippets tagged unfold

  • Random Walk

    Random walk on integers starting at zero. At each step, we either add or subtract one depending on a random coin flip. The code uses Seq.unfold to generate infinite sequence.

    53 people like this

    Posted: 13 years ago by James

  • Unfolding Sequences

    Demonstrates how to use unfold to create a sequence of fibonacci numbers

    5 people like this

    Posted: 7 months ago by Dave Yost