Random Table

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

Generate a Table with random numbers 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

Table 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.

class node_generate.RandomTable[source]

Related nodes