Random Stream
Creates a random stream based on user-defined character set preferences.
Inputs#
| Port | Description |
|---|---|
| The length of the stream. | |
| Include numbers (0-9) in the stream. | |
| Include lower-case characters (a-z) in the stream. | |
| Include upper-case characters (A-Z) in the stream. | |
| Include special characters (!@#$%^&*() etc.) in the stream. | |
| The seed for the random number generator (-1 for true randomness) |
Outputs#
| Port | Description |
|---|---|
| The generated random stream |
ID: random-stream@v1