Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/deepthought/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 20.5.2025 mit Größe 997 B image not shown  

Quelle  random.tst   Sprache: unbekannt

 
gap> testpackage := Filename( DirectoriesPackageLibrary( "DeepThought", "tst" ),
>                             "testpackage.g" );;
gap> Read(testpackage);;

# test random collector 
gap> Test_DTP_functions(DTP_rand_coll(), true, 100, 1000);
true
gap> Test_DTP_functions(DTP_rand_coll(), false, 100, 1000);
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 100);
true

# test random collector 
gap> Test_DTP_functions(DTP_rand_coll(), true, 100, 1000);
true
gap> Test_DTP_functions(DTP_rand_coll(), false, 100, 1000);
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 100);
true

# test random collector 
gap> Test_DTP_functions(DTP_rand_coll(), true, 50, 100);
true
gap> Test_DTP_functions(DTP_rand_coll(), false, 50, 100);
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 10);
true

# test random collector 
gap> Test_DTP_functions(DTP_rand_coll(), true, 10, 100);
true
gap> Test_DTP_functions(DTP_rand_coll(), false, 10, 100);
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 10);
true

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]