Since this is a much more complicated topic, for now I decided to establish two instances through global variables: * a sequence seeded with a fixed starting value * another sequence seeded from a true entropy source What we actually need however is some kind of execution framework to define points of random-seeding and to capture seed values for reproducible tests.
17 lines
288 B
Text
17 lines
288 B
Text
TESTING "Library Test Suite: calculation" ./test-suite --group=calculation
|
|
|
|
|
|
|
|
PLANNED "Data Table with CSV storage" DataCSV_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
PLANNED "Statistic and Regression" Statistic_test << END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "Random numbers and Seed" Random_test << END
|
|
return: 0
|
|
END
|