[Libreoffice-bugs] [Bug 143408] Create a function to generate random strings with options to only include various sets
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 16 14:08:27 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143408
--- Comment #2 from Peter Burbery <peterburbery1 at gmail.com> ---
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)).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210716/abc88af4/attachment.htm>
More information about the Libreoffice-bugs
mailing list