randy.pub

Personal homepage
Author Randy Boyes
Updated
Nav Home Publications Resume Posts
using Statistics, CairoMakie

barplot(
    var.(eachrow(
        reduce(hcat, 
            [parse.(Int, x) for x in 
                split.(bitstring.(rand(1000)), "")
            ]
        )
    )); bins = 64, breaks = 0:
)
MIT License Randy Boyes. Website built with Franklin.jl and the Julia programming language. Design inspired by The Monospace Web. Code for this website is available on Github.