Where does that randomness come from ?

Posted by Jules Olléon on Stack Overflow See other posts from Stack Overflow or by Jules Olléon
Published on 2010-05-24T11:32:05Z Indexed on 2010/05/24 11:41 UTC
Read the original article Hit count: 224

Filed under:
|
|

I'm working on a data mining research project and use code from a big svn.

Apparently one of the methods I use from that svn uses randomness somewhere without asking for a seed, which makes 2 calls to my program return different results. That's annoying for what I want to do, so I'm trying to locate that "uncontrolled" randomness.

Since the classes I use depend on many other, that's pretty painful to do by hand. Any idea how I could find where that randomness comes from ?

© Stack Overflow or respective owner

Related posts about java

Related posts about random