2d_net_v8.2_par.c - Receipt-Accept-Sample over 2-d net program C language source code, 2d_net_v8.2_par.sh - runtime execution UNIX Bash shell script. The running of the program itself is controlled by command-line options, for example: $ ./ras_8.2 -B 1000 -M 100 -I 1 -L 5.0 -R 0.2 -T 0 -S 65757555 where: -B BUDDIES - number of agents -M MESSAGES - number of messages -I INIT_MSGS - number of initializing messages, if any -L LAMBDA) - mean agent network degree (0 = no agent interaction) -M RMAX - message acceptance / agent interaction radius (a.k.a. mu) -T INIT_TYPE - initial agent distribution mode -S SEED) - initialization for pseudo-random generator, see the source code. The Bash script is used for multiple code running with different initial seeds and collecting the results (probability distributions) for futher processing, like spreadsheet calculations for mean values, etc.