------- Comment #3 from tkoenig at gcc dot gnu dot org 2006-07-23 21:14 ------- Created an attachment (id=11926) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11926&action=view) patch
This implements random for KIND=10 and KIND=16 REALs. It is regression-tested on i686-pc-linux-gnu, but not on a system with KIND=16 REALs. It also speeds up the random numbers for the real case: $ gfortran random-single.f90 $ ./a.out && time ./a.out real 0m0.300s user 0m0.266s sys 0m0.034s (same program as before). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28452