mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
I changed the isaac random to always be the 32 bits one because the 64 bits version doesn't work with ReseedingRng as it requires the generator's output to be u32 for some reasons. The other main change is that the reseed method doesn't exist anymore and now rand recreates a new generator when it needs to reseed so I had to add a new method for when we don't want a generator to be reseeded. Closes #23558 |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs |