> 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