Random Tables

../../../../_images/random.svg

Generate a list of Tables with randomnumbers between 0 and 1.

Documentation

Mostly intended for test flows, but might occationally be useful as random input for real flows too.

The generated random numbers are floats sampled uniformly from the interval 0.0 (inclusive) to 1.0 (exclusive).

Definition

Input ports

Output ports

port0

[table]

Tables with random numbers.

Configuration:
Columns: (column_entries)

The number of columns in the generated table.

Rows: (column_length)

The number of rows in the generated table.

Randomly mask values (mask_values)

If checked each value has a 50% chance to be masked.

List length (length)

The number of tables to be generated.

class node_generate.RandomTables[source]

Related nodes