Help for this page

Select Code to Download


  1. or download this
    require gts; #generate_throws_simple (- in main program)
    
    print_throws_simple(generate_throws_simple($a,$b)); #standardowe losow
    +anie (- usage)
    
  2. or download this
    package modules::gts;
    
    use strict;
    ...
    require Exporter;
    our @ISA = qw(Exporter);
    our @EXPORT = qw(generate_throws_simple);