ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aran9.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file aran9.f
1 C
2 C
3  SUBROUTINE aran9(QRAN,NDIM)
4  dimension qran(10)
5  common/seedvax/num1
6  DO 1 i=1,ndim
7  1 qran(i)=atl_ran(num1)
8  RETURN
9  END