Random-based indexing for arrays

Let me introduce a package I recently wrote: RandomBasedArrays.jl, a hassle-free package in the Julia programming language for dealing with arrays. Every time you access an element of an array, the first index is random, so this package relieves you from having to remember whether Julia uses 0- or 1-based... [Read More]
Tags: julia array maths