Mamba.jl icon indicating copy to clipboard operation
Mamba.jl copied to clipboard

srand is not defined

Open aus70 opened this issue 5 years ago • 2 comments

in the tutorial file at https://mambajl.readthedocs.io/en/latest/_downloads/line.jl, srand is not defined, I think it should be replaced by

using Random
Random.seed!(123)

Thanks

aus70 avatar Oct 17 '18 21:10 aus70

already corrected in https://github.com/brian-j-smith/Mamba.jl/blob/master/doc/tutorial/line.jl Updating the link in the tutorial will solve the issue

aus70 avatar Oct 17 '18 21:10 aus70

As noted, corrected files are in the Mamba 0.12 documentation. The "latest" documentation link will be pointed to version 0.12 as soon as it is publicly released, for which we are just waiting on Gadfly. The latter is said to be imminent.

brian-j-smith avatar Oct 18 '18 00:10 brian-j-smith