#!/bin/bash
gcc -O3 RandomGenerator.c -lm
if [ $? -eq 0 ]; then
./a.out 0.1 0.43 1 1 1 100
fi

