.. _`Random Tables`: .. _`org.sysess.sympathy.random.randomtables`: Random Tables ~~~~~~~~~~~~~ .. image:: random.svg :width: 48 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. .. automodule:: node_generate :noindex: .. class:: RandomTables :noindex: **Related nodes** * :ref:`org.sysess.sympathy.random.randomtable` * :ref:`org.sysess.sympathy.random.randomadaf` * :ref:`org.sysess.sympathy.random.randomadafs` * :ref:`org.sysess.sympathy.generate.signaltable` * :ref:`org.sysess.builtin.empty`