cloudml / zen

Zen aims to provide the largest scale and the most efficient machine learning platform on top of Spark, including but not limited to logistic regression, latent dirichilet allocation, factorization machines and DNN.
Apache License 2.0
170 stars 75 forks source link

(Util) XORShiftRandom is not thread-safe #40

Closed bhoppi closed 9 years ago

bhoppi commented 9 years ago

Oh, there is Javadoc saying about this, I didn't read it. So it is designed deliberately as this, I should use it carefully instead of modifying it.