Changeset 1094


Ignore:
Timestamp:
Oct 9, 2013 11:51:49 AM (12 years ago)
Author:
vondreele
Message:

small correction on multi MC/SA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIImath.py ΒΆ

    r1093 r1094  
    24212421def worker(iCyc,data,RBdata,reflType,reflData,covData,out_q,nprocess=-1):
    24222422    outlist = []
    2423     random.seed(int(time.time())%10+nprocess)   #make sure each process has a different random start
     2423    rn.seed(int(time.time())%10+nprocess)   #make sure each process has a different random start
    24242424    for n in range(iCyc):
    24252425        result = mcsaSearch(data,RBdata,reflType,reflData,covData,None)
Note: See TracChangeset for help on using the changeset viewer.