autoname($len) returns sometimes $len-1
Created by: dawnbreak
The function autoname($len) is randomly failing in unit tests. The reason is that under certain conditions the result is $len-1. Is this desired behaviour and should I change the tests and add documentation or should we change the behaviour of the function?