random chars for random

Generate random chars.

Signature

> random chars --length

Parameters

  • --length {int}: Number of chars

Input/output types:

inputoutput
nothingstring

Examples

Generate random chars

> random chars

Generate random chars with specified length

> random chars -l 20