Hi Guys,
Just needed a bit of help writing a program that gives a number between 0 and 1.
I have so far written:
===============================
Program Main
Implicit None
Integer :: i, count, j=1
write(*,*) "how many times do you want to generate?"
read(*,*) count
call random_seed(1)...