servo/components/constellation
Bastien Orivel c693ef7025 Update rand to 0.6
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
2019-08-11 20:50:22 +02:00
..
browsingcontext.rs Update euclid. 2019-07-23 23:09:55 +02:00
Cargo.toml Update euclid. 2019-07-23 23:09:55 +02:00
constellation.rs Update rand to 0.6 2019-08-11 20:50:22 +02:00
event_loop.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
lib.rs impl Trait is stable 2019-07-01 14:54:47 +02:00
network_listener.rs set referrer in window.load_url 2019-04-19 16:50:38 -07:00
pipeline.rs Remove extra webgl message pumping thread. 2019-07-25 23:07:23 -04:00
sandboxing.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
session_history.rs Make nested browsing context navigations check the loaded status of the active document of the nested browsing context. 2019-03-07 19:01:54 -05:00
timer_scheduler.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00