[flang][runtime] Don't let random seed queries change the sequence
When the current seed of the pseudo-random generator is queried with CALL RANDOM_SEED(GET=n), that query should not change the stream of pseudo-random numbers produced by CALL RANDOM_NUMBER(). Differential Revision: https://reviews.llvm.org/D127023
Loading
Please register or sign in to comment