pointpats icon indicating copy to clipboard operation
pointpats copied to clipboard

All random generation should be settable with numpy random generator

Open paucodeici opened this issue 5 months ago • 1 comments

I am not aware of where exactly there are call to numpy.random but it should be call to some random number generator fed in the function.

Typically pointpats.random.poisson( rng=np.random.default_rng(???)) or specify a seed or something

Can do the change but I am not aware if it would break anything or would be long and painful change.

paucodeici avatar Aug 30 '24 20:08 paucodeici