Random Stream
Ce contenu n’est pas encore disponible dans votre langue.
Creates a random stream based on user-defined character set preferences.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| Triggers the generation of the stream. | |
| 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
Section titled “Outputs”| Port | Description |
|---|---|
| Triggered when the stream is successfully created. | |
| The generated random stream |
ID: core/random-stream@v1