Constrained random points on a circle: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed indentations, whitespace, comments, added comments, elided STYLE from PRE html tag.)
Line 1,954:
 
===with aspect adjustment===
Aspect adjustment is done isin this version of the REXX program.
<lang rexx>/*REXX program gens 100 random points in an annulus: 10 ≤ √(x²≤y²) ≤ 15 */
parse arg points low high . /*allow parms from command line. */