Home | History | Annotate | Download | only in benchmarks

Lines Matching full:chr

66     var chr = String.fromCharCode((str.charCodeAt(pos) + Math.floor(Math.random() * 128)) % 128);
67 variants[i] = str.substring(0, pos) + chr + str.substring(pos + 1, str.length);