common/utils library

Functions

randomAscii(int length) String
randomChinese(int length) String
randomExtended(int length) String
traverseMatrix<T>(List<List<T>> matrix, TraverseDirection direction) List<List<T>>