Constrained random points on a circle: Difference between revisions

Content added Content deleted
(Added Delphi example)
m (remove flag for previously unstable feature)
Line 3,446:
 
=={{header|Rust}}==
<lang Rust>#![feature(inclusive_range_syntax)]extern crate rand;
 
extern crate rand;
 
use rand::Rng;