yomichi/JuliaBook-Samples

`for t in 0:nsteps` → `for t in 1:nsteps`

Closed this issue · 0 comments

yanzm commented

P82 の rw_stat.jl の 16行目の randomwalk function 内の for index の範囲は 0:nsteps ではなく 1:nsteps だと思います。