<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Create a function to generate random strings with options to only include various sets"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143408#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Create a function to generate random strings with options to only include various sets"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143408">bug 143408</a>
              from <span class="vcard"><a class="email" href="mailto:peterburbery1@gmail.com" title="Peter Burbery <peterburbery1@gmail.com>"> <span class="fn">Peter Burbery</span></a>
</span></b>
        <pre>The file's input is as follows: length 11 characters, character set selection
of numbers, uppercase letters, lowercase letters.
A simple formula for generating the example is =CONCAT(INT(RAND()*10),
CHAR(48+RAND()*10),
INT(RAND()*10),CHAR(65+RAND()*26),INT(RAND()*1000),CHAR(97+RAND()*26),INT(RAND()*1000)).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>