source: git/Tst/Manual/random.tst @ 9abf8f

fieker-DuValspielwiese
Last change on this file since 9abf8f was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 263 bytes
Line 
1LIB "tst.lib"; tst_init();
2  random(1,1000);
3  random(1,2,3);
4  system("random",210);  // start random generator with 210
5  random(-1000,1000);
6  random(-1000,1000);
7  system("random",210);
8  random(-1000,1000);    // the same random values again
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.