Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 306 Bytes

Monte-Carlo-random-walk

File contains one dimensional monte carlo random walk using standard for/if loop methodology & vectorized version. Code also plots the time it takes to walk N steps for r runs. Mainly used to demonstrate good practices for large datasets.

Noticable difference for N > 100 steps.