Statistics/Basic: Difference between revisions

Content added Content deleted
m (→‎{{header|Stata}}: +histogram)
m (Add reference to Rust rand library)
Line 3,382: Line 3,382:


=={{header|Rust}}==
=={{header|Rust}}==
{{libheader|rand}
<lang rust>#![feature(iter_arith)]
<lang rust>#![feature(iter_arith)]
extern crate rand;
extern crate rand;