TuftsBCB / Walker

Python implementation of Kohler et al.'s random walk with restart
MIT License
29 stars 14 forks source link

simple random walk #3

Open ali3assi opened 6 years ago

ali3assi commented 6 years ago

How can please use this code to simulate a simple random walk (i.e. not with restart). Does i need to take restart_prob =0?