Concurrent computing: Difference between revisions

m
Add reference to Rust rand library
No edit summary
m (Add reference to Rust rand library)
Line 1,505:
 
=={{header|Rust}}==
{{libheader|rand}}
<lang rust>extern crate rand;
use std::thread;
Anonymous user