myPasswordBuilder = new StringBuilder (aTokenLength);
/*==============================================================*/
/* Pick a random starting point */
/*==============================================================*/
myThreshold = myRandom.nextDouble (); // random number [0,1]
myRandomNumber = (long) (myThreshold * sigma); // weight by sum of frequencies
/*==============================================================*/
/* Find the first random pronounceable triplet */
/*==============================================================*/