Might be nice to use StaticArrays (i.e. return an `SVector`, not a `Vector`), since dimension of a `SobolSeq` is part of the type already. However, for very high dimensions, a `Vector` is probably more appropriate, so the array type should probably be an additional type parameter.