Wei Dai

Results 1 issues of Wei Dai

It seems that 2-D quasi rng generator is not implemented, is that so? test code: ``` rands = np.empty((2,10), dtype='uint32') randGen = rand.QRNG(rndtype = rand.QRNG.SCRAMBLED_SOBOL32, ndim=2, offset = 0) randGen.generate(rands)...