Recent content by lth
-
L
Fortran Why is the RAND command in Fortran90 giving constant output in a loop?
Hi Alphysicist, All I can say is thanks so much for clarity on this. Fortran programming is pretty new to me and this was a big help on my ability to program and run the meshless random grid technique properly. Repectfully, LTH- lth
- Post #5
- Forum: Programming and Computer Science
-
L
Fortran Why is the RAND command in Fortran90 giving constant output in a loop?
Hi Alphysicist, I put in the loop and works fine now. Than you very much. would you know what setting the seed does to help the program? fyi... Eventually, I will put a condition on the random generator that if the number is unacceptable for my problem, then throw this number out and...- lth
- Post #3
- Forum: Programming and Computer Science
-
L
Fortran Why is the RAND command in Fortran90 giving constant output in a loop?
Hello, In VF, I am trying to fill a meshless grid with nodes from a random number generator. The value of the number is simply between 0 and 1. I am having trouble getting the RAND command in Fortran to change the random numbers through a loop. When I debug, the random number generated in...- lth
- Thread
- Fortran90
- Replies: 6
- Forum: Programming and Computer Science