Sobol sequence generator
Details can be found in
The code is a modification (efficiency reasons) of the code published at http://web.maths.unsw.edu.au/~fkuo/sobol/
Constructs a Sobol sequence generator with dimension dim. The sequence members are in graycode order.
Returns a clone of self.
Returns n values as rows of a matrix with dim columns.
Returns the state of the generator.
Resets the generator.
Sets the state of the generator.
Skips n values.