I looked at the source and we can just make MersenneTwisterRNG that use the SecureRandomSeedGenerator object and should be OK.
On Fri, Sep 3, 2010 at 3:14 PM, Ted Dunning <[email protected]> wrote: > This is a problem that a customer of mine just ran into where there > classifier training got hung up. It isn't really an ubuntu > specific problem, but instead is a problem with uncommons math. It doesn't > seem possible to specify a seeding strategy > that depends on /dev/urandom which is kind of heinous. This should happen > in a test, however, because we should be > providing an explicit seed. It is definitely a production problem.
