Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-1194 Create "Commons Math Reports"
  3. MATH-1327

Assessment of the quality of the random number generators

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      For some of the RNGs implemented in CM, a list of reference values (i.e. a sequence of numbers produced from using a certain seed) are provided by the algorithm's author (this is the case for "MersenneTwister").
      When available, a unit test can show that the CM implementation of the original algorithm is correct (by comparing the sequence produced by the CM code with the reference values).
      When not available, we can compile the reference implementation (usually in C), run it and convert the output (taking care of Java "signed" vs C "unsigned" types) into a list to be used as above.
      As the intermediate steps could involve bugs, the overly cautious might wish to be offered additional assessments that the CM implementations do produce sequences of uniformly distributed numbers.

      Attachments

        Issue Links

          Activity

            People

              erans Gilles Sadowski
              erans Gilles Sadowski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: