> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Random Sequence

Creates a sequence of random scalar numbers from 0 to 1.

### Inputs

| Name  | Type                                                     | Description                                                                |
| ----- | -------------------------------------------------------- | -------------------------------------------------------------------------- |
| Count | [Integer](../../../../block-documentation/types/integer) | The number of random scalars to create.                                    |
| Seed  | [Integer](../../../../block-documentation/types/integer) | A value that uniquely identifies this infinite sequence of scalar numbers. |

### Outputs

| Type                                                        |
| ----------------------------------------------------------- |
| [Scalar List](../../../../block-documentation/types/scalar) |
