[ 
https://issues.apache.org/jira/browse/MAHOUT-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated MAHOUT-687:
-----------------------------

             Due Date: 10/Jun/11
    Affects Version/s: 0.5
        Fix Version/s: 0.6
             Assignee: Sean Owen
               Labels: random rng seed  (was: )

I'm assigning to me to commit, after 0.5, changes for two aspects of this 
discussion:

- RandomWrapper.setSeed() will now work, by instantiating a new RNG
- static Random variables will be made into instance variables where possible

> Random generator objects- slight refactor
> -----------------------------------------
>
>                 Key: MAHOUT-687
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-687
>             Project: Mahout
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Lance Norskog
>            Assignee: Sean Owen
>            Priority: Minor
>              Labels: random, rng, seed
>             Fix For: 0.6
>
>         Attachments: MAHOUT-687.patch, MAHOUT-687.patch
>
>
> Problems:
> * The uncommons RepeatableRNG classes are the basis of RandomUtils.
> ** These classes cheerfully ignore setSeed.
> * Some people in the project want to move off Uncommons anyway.
> This patch uses the org.apache.commons.math.random.RandomGenerator classes 
> instead of org.apache.uncommons.maths.RepeatableRNG classes.
> .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to