Closed RichDickClark closed 12 years ago
Hi Rich,
sorry for the late reply. I'm internally getting all my random numbers from org.jblas.util.Random which also has a method seed() which let's you set the seed. That should solve your problem.
Best,
Mikio
It would be nice if the results of DoubleMatrix.rand() were reproducable. We need a way to set the seed used by the java.util.Random object DoubleMatrix.rand() is using.