Count: Number of strings
Seed: Optional

Format:
Random number content ...
Output:
Output of the numbers


Result

00010001 - 10101100 - 01000110 - 11010001 - 01100110 - 00100101 - 00011011 - 01011001 - 11101011 - 11111011 -


Examples

Probably the format is not that easy to understand but it is the most flexible I could think of. Here some example for the format string:

"0:0:0:0:0:0" = 6 digit random number
"a:a:a:a:a:a:a:a" = 8 digit random string
"A:a:a:a:a:a" = String starting with capital letter and five lower letters afterwards
"1:1:1:1:1:1:1:1" = 8 digit binary number
"f:f:f:f:f:f" = 6 digit hex number with lower letters
"C:e:c:e:c:e:" = 6 character "good" sounding random word
"aA0):aA0):aA0):aA0):aA0):aA0):aA0):aA0)" = 8 digit password with everything
"F:F:F:F:F:F:F:F:F:F" = 10 digit hex number with capital letters