Literate Plots.jl

using Plots
using Random
Random.seed!(2022)
Random.TaskLocalRNG()
plot(rand(1:6, 5))


This notebook was generated using Literate.jl.

Back to top