Home
last modified time | relevance | path

Searched refs:AttemptSwap (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c123 int AttemptSwap (int swapA, int swapB, RandLong *seed);
598 int AttemptSwap (int swapA, int swapB, RandLong *seed) in AttemptSwap() function
16979 if (AttemptSwap (swapA, swapB, seed) == ERROR) in RunChain()