We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71a27d commit db1a80fCopy full SHA for db1a80f
CharLcd_matrix_example.rb
@@ -15,7 +15,7 @@ def rand_matrix(prng)
15
prng.rand(2).zero? ? prng.rand(33..127) : prng.rand(161..253)
16
end
17
18
-(0..1000).each do
+(0..100).each do
19
c = prng.rand(COLUMNS)
20
for l in 0...LINES
21
0 commit comments