PascalLesage / presamples

Package to write, load, manage and verify numerical arrays, called presamples.
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

`seed` should be passed during presamples creation. #26

Closed PascalLesage closed 6 years ago

PascalLesage commented 6 years ago

Right now, seeds are passed when matrix_presamples are loaded. They should be passed when presamples are created. This is the correct time to distinguish between randomly sampled presamples and sequentially sampled presamples. It also improves reproducibility.