toybox-rs / Toybox

The Machine Learning Toybox for testing the behavior of autonomous agents.
http://toybox.rs
27 stars 12 forks source link

Consider using alternative random library #142

Closed jjfiv closed 3 years ago

jjfiv commented 4 years ago

We rolled our own for stability but there's a publicly-published one now. It would be a breaking change since it means different seeds now mean different things, but since we're not the only source of entropy (usually) it's probably not a big deal. This would help compile times.

https://crates.io/crates/oorandom