Constrained random points on a circle: Difference between revisions

m
→‎{{header|REXX}}: changed version names. -- ~~~~
(Updated D entry)
m (→‎{{header|REXX}}: changed version names. -- ~~~~)
Line 1,686:
 
=={{header|REXX}}==
===versionwithout 1aspect adjustment===
No aspect adjustment is done in version of the REXX program.
<lang rexx>/*REXX program gens 100 random points in an annulus: 10 ≤ √(x²≤y²) ≤ 15 */
Line 1,746:
</pre>
 
===versionwith 2aspect adjustment===
Aspect adjustment is done is this version of the REXX program.
<lang rexx>/*REXX program gens 100 random points in an annulus: 10 ≤ √(x²≤y²) ≤ 15 */