HDFGroup / vol-cache

HDF5 Cache VOL connector for caching data on fast storage layers and moving data asynchronously to the parallel file system to hide I/O overhead.
https://vol-cache.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

remove srand from vol-cache #7

Closed jjravi closed 3 years ago

jjravi commented 3 years ago

Setting random seed(s) inside the vol-cache is making reproducible runs during benchmarking difficult. Is it okay to remove it?