Searched defs:getRandomUndefinedPosition (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/
H A Dcrypto.js77 function getRandomUndefinedPosition(array,max) {
92 buffer[getRandomUndefinedPosition(buffer,max)] = String.fromCharCode(getRandomInt(65,91));
96 buffer[getRandomUndefinedPosition(buffer,max)] = String.fromCharCode(getRandomInt(97,123));
99 buffer[getRandomUndefinedPosition(buffer,max)] = (getRandomInt(0,10) + "");
103 buffer[getRandomUndefinedPosition(buffer,max)] = String.fromCharCode(getRandomInt(58,65));
114 while (getRandomUndefinedPosition(character_buffer, total_length) !== undefined) {

Completed in 37 milliseconds