relf / egobox

Efficient global optimization toolbox in Rust: bayesian optimization, mixture of gaussian processes, sampling methods

Home Page:https://joss.theoj.org/papers/10.21105/joss.04737

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `IsaacRng64` with `Xoshiro`

relf opened this issue · comments

Following the same rational as in linfa, use rand_xoshiro rng instead of rand_isaac (trading speed over cryptographic security).