@ramonz wrote:
Hello
After trying the “Getting started example” in https://JuliaStats.github.io/Distributions.jl/stable/ documentation I get an error which I wasn´t expecting.
> using Random, Distributions > Random.seed!(123) # Setting the seed > d = Normal() UndefVarError: Normal not defined Stacktrace: [1] top-level scope at In[29]:1
This is after I have installed and updated Distributions and Random.
The version of Julia I am using is 1.1.0Hope someone can help
Thanks
Posts: 5
Participants: 3