Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

using Plots
using Random
Random.seed!(2022)
Random.TaskLocalRNG()
plot(rand(1:6, 5))
Plot{Plots.GRBackend() n=1}

This notebook was generated using Literate.jl.