jliszka/probability-monad

In method Distribution.scala, samplePar should use passed in n instead of N

matmsh opened this issue · 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 !