matmsh opened this issue 3 years ago · 0 comments
def samplePar(n: Int = N): ParSeq[A] = (0 until N).par.map(i => self.get)
Just noticed the above minor typo in the code. Thanks for the library !