I have uploaded a Sobol package
https://github.com/stevengj/Sobol.jl(and added it to the METADATA) for generating Sobol low-discrepancy sequences in up to 1111 dimensions. This is mainly useful for quasi-Monte Carlo methods. It's just a thin wrapper around some C code that I wrote a while back and which has been quietly been sitting inside of NLopt for a few years now. So, it uses the NLopt package to install the NLopt shared library in the back end. --SGJ
