Recently, I’ve seen an issue that mentioned using a “special” random number generator from XKCD-221. Unfortunately, I do not remember where it was. But, if you need such RNG, you can get it from here: Xkcd221.jl.
It’s Julia Random API fully conformant drop-in replacement to default RNG. It should work with most build-in numerical types, and functions from Random package.