v1.0
It all started with the BASIC script of Jan Willem, approx. 1987. I wanted to recreate the script but now with output in a browser. See below for a picture of the original.
This version skips the SIN() part of the script and just use Math.random() but visualy this version comes (for now) the closest to the BASIC script.
What does the script do?
-
xstarts at0(zero) and repeatedly increased by 0.3 as long it meetsx < 500.2 -
At every step the script calculates
a:
xmultiplied by a random number between 0 (inc.) and 1 (exl.)
The outcome is rounded downwards. This givesa -
a < 40a black Hash is printed
a > 39a white Hash is printed
original BASIC script
an original print out