Oh, sorry.
Hello.
it is run as:
mpirun -n <np> ./a.out  <m> <<b> <l>      
[each processor will generate m numbers randomly in the range of b..l]
like  mpirun -n 4 ./a.out 4  0 15 [note that the range is divisible by the number of processors.