[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-02-17 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834987#action_12834987 ] Ted Dunning commented on MAHOUT-260: Sean, Why did you use a map for storing the

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-02-17 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835056#action_12835056 ] Sean Owen commented on MAHOUT-260: -- Great question -- it is only because there is no

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-21 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803460#action_12803460 ] Sean Owen commented on MAHOUT-260: -- Any thoughts on my patch? It makes a little mess of

Re: [jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-21 Thread Ted Dunning
I vote for fixing theoretical problems in a theoretical time frame. I will be writing all code from now to allow an constructor injectable random generator, but understand how the transitive injection could get to be a pain for Sean in the Taste stuff. On Thu, Jan 21, 2010 at 12:01 PM, Sean Owen

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-18 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801708#action_12801708 ] Sean Owen commented on MAHOUT-260: -- I still don't understand what this solves. We already

Re: [jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-18 Thread Ted Dunning
This just avoids the class load in the test. I don't think it is necessary. On Mon, Jan 18, 2010 at 1:04 AM, Sean Owen (JIRA) j...@apache.org wrote: I still don't understand what this solves. We already 'fixed' the performance issue. -- Ted Dunning, CTO DeepDyve

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-18 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801748#action_12801748 ] Benson Margulies commented on MAHOUT-260: - Well, I thought I saw email go by to

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-18 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801750#action_12801750 ] Sean Owen commented on MAHOUT-260: -- My take is that we have injection already, via

[jira] Commented: (MAHOUT-260) An alternative approach to RNG management

2010-01-17 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801676#action_12801676 ] Ted Dunning commented on MAHOUT-260: Pretty fancy. I would prefer direct injection of