Statistics/Basic: Difference between revisions

m
Add reference to Rust rand library
m (→‎{{header|Stata}}: +histogram)
m (Add reference to Rust rand library)
Line 3,382:
 
=={{header|Rust}}==
{{libheader|rand}
<lang rust>#![feature(iter_arith)]
extern crate rand;
Anonymous user