.. _`Random Tables`: .. _`org.sysess.sympathy.random.randomtables`: Random Tables ~~~~~~~~~~~~~ .. image:: random.svg :width: 48 Generates a list of Tables with random numbers between 0 and 1. :ref. nodes: :ref:`Random Table` *Ports*: **Outputs**: :port0: [table] Tables with random numbers. The specifications of the Tables are declared in the configuration. *Configuration*: **column_entries** The number of columns in the generated table. **column_length** The number of rows in the generated table. **mask_values** If checked each value has a 50% chance to be masked. **length** The number of tables to be generated. .. automodule:: node_generate .. class:: RandomTables