Crash Course in Scientific Computing

VI. Random Numbers

import Pkg; Pkg.add("Distributions")

Once this is done (once for ever on a given machine), you can then be:

using Distributions

As a foretaste of a coming lecture on statistics, which is also something that computers are very good at, let us also install the Distribution package:

import Pkg; Pkg.add("Distributions")

Once this is done (once for ever on a given machine), you can then be:

using Distributions