Brownian tree: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: added a check so that the Brownian tree character is different than the mote character, used a more solid character for the Rosetta Code output for more visibility, reduced the size of the output window (reduced font size).
Add reference to Rust rand library
Line 3,384:
end /*ys*/
return</lang>
This REXX program makes use of &nbsp; '''scrsize''' &nbsp; REXX program (or BIF) which is used to determine the screen size of the terminal (console).
<br>The &nbsp; '''SCRSIZE.REX''' &nbsp; REXX program is included here &nbsp; ──► &nbsp; [[SCRSIZE.REX]]. <br><br>
 
<br>The &nbsp; '''SCRSIZE.REX''' &nbsp; REXX program is included here &nbsp; ──► &nbsp;at [[SCRSIZE.REX]]. <br><br>
(final) &nbsp;'''output''' &nbsp; when using the following inputs &nbsp; (screen size was 160<small>x</small>160): &nbsp; &nbsp; <tt> , &nbsp; , &nbsp; , &nbsp; fe <tt>
 
(final)Final &nbsp;'''output''' &nbsp; when using the following inputs &nbsp; (screen size was 160<small>x</small>&times;160): &nbsp; &nbsp; <tt> , &nbsp; , &nbsp; , &nbsp; fe </tt>
(Shown at &nbsp; <sup>'''1'''</sup>/<sub>'''6'''</sub> &nbsp; size.)
(Shown at one-sixthth size.)
<b>
<pre style="font-size:17%;font-weight:bold;">
■ ■ ■
Line 3,504 ⟶ 3,503:
</pre>
</b>
 
=={{header|Ruby}}==
Line 3,591 ⟶ 3,589:
=={{header|Rust}}==
{{trans|D}}
{{libheader|rand}}
{{libheader|image}}
<lang rust>
extern crate image;