Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Distributions getting started example does not work

$
0
0

@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.0

Hope someone can help
Thanks

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles