Skip to content
Snippets Groups Projects
Commit ce6cc500 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Exp. ohne Punkt

parent c610adf9
Branches
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ dotPos[3]=${digitPos[3]} ...@@ -79,7 +79,7 @@ dotPos[3]=${digitPos[3]}
for ((FNb=1; FNb<=MAX_FILES; FNb++)); do for ((FNb=1; FNb<=MAX_FILES; FNb++)); do
value="" value=""
DPR=$((RANDOM % ($NUMBER_OF_DIGITS + 1))) # random dot position (0..$NUMBER_OF_DIGITS) DPR=$((RANDOM % ($NUMBER_OF_DIGITS))) # random dot position (0..$NUMBER_OF_DIGITS-1)
for (( i=1; i<=$MAX_DIGITS; i++ )); do for (( i=1; i<=$MAX_DIGITS; i++ )); do
if (( $i == 4 )); then if (( $i == 4 )); then
value+="-" value+="-"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment