Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
julia example
Wherrera (talk | contribs)
Line 516:
=={{header|Julia}}==
{{trans|Go}}
<lang julia>const Cube = Vector{Vector{Vector{Int}}}
const Mat = Vector{Vector{Int}}
const Vec = Int[]