MPS issue job003483

Titlemv2test.c contains a redundant random number generator
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
Descriptionmv2test.c [1] contains another implementation of a random number generator, probably redundant with the one in testlib. This may affect test behaviour.
AnalysisFind out why this exists and eliminate if if there's no good reason.

GDR 2013-05-17: The MVT pool class needs to be fixed (job003486) before it makes any sense to work on this.
How foundinspection
Evidence[1] //info.ravenbrook.com/project/mps/bran...5-01/keyword-arguments/code/mv2test.c#1
Observed in1.111.0
Created byRichard Brooksby
Created on2013-05-16 13:35:34
Last modified byGareth Rees
Last modified on2013-05-21 17:56:36
History2013-05-16 RB Created.

Fixes

Change Effect Date User Description
182046 closed 2013-05-21 17:56:36 Gareth Rees In mv2test, use the random number generator from testlib. (This reduces duplication and makes test cases repeatable.)