mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
An in-memory RNG that shares its file descriptor.
This commit is contained in:
parent
143dfc879e
commit
7ace30f9bd
15 changed files with 203 additions and 23 deletions
|
@ -44,9 +44,9 @@ use html5ever_atoms::LocalName;
|
|||
use hyper::header::{Charset, ContentDisposition, ContentType, DispositionParam, DispositionType};
|
||||
use hyper::method::Method;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use rand::random;
|
||||
use script_thread::{MainThreadScriptMsg, Runnable};
|
||||
use script_traits::LoadData;
|
||||
use servo_rand::random;
|
||||
use std::borrow::ToOwned;
|
||||
use std::cell::Cell;
|
||||
use std::sync::mpsc::Sender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue