Here is the simplest algorythm ever to fill an array with random numbers:
88888888888888888888888
121212121212121212121212
How to make it work properly? Suggestions are appreciated. Thanx!
- Set tmpI = 16
-
For each (Integer tmpI) from 0 to 15, do (Actions)
- Set array[tmpI] = (Random integer number between 1 and 10)
- Set tmpI = (tmpI - 1)
88888888888888888888888
121212121212121212121212
How to make it work properly? Suggestions are appreciated. Thanx!