pyPDAF.PDAF.get_rndcount

pyPDAF.PDAF.get_rndcount() int

Return PDAF’s random-number generation counter.

PDAF increments this internal counter when its random-number helper routines are used. It is mainly useful for diagnostics and for checking that a reproducible run consumed the expected number of random draws.

Returns:

rndcount – Number of PDAF random-number generation calls counted so far.

Return type:

int