26 subroutine rndmq (nseed1, nseed2, nseq, chopt)
33 integer nseed1, nseed2, nseq
34 integer iseed1, iseed2, iseq, ilux
44 if (c1opt.ne.
' '.and.c1opt.ne.
'S'.and.c1opt.ne.
'G')
then
45 write(*,*)(
'RNDMQ got unrecognized option')
52 if (c1opt.eq.
' ')
then
53 call rluxgo(lux_level,nseq,0,0)
57 elseif (c1opt.eq.
'S')
then
58 call rluxat(ilux,iseq,iseed1,iseed2)
59 call rluxgo(ilux,iseq,nseed1,nseed2)
62 elseif (c1opt.eq.
'G')
then
63 call rluxat(ilux,iseq,nseed1,nseed2)
127 call rnormx(
r,2,
nran)