.. _`Random Table`: .. _`org.sysess.sympathy.random.randomtable`: Random Table ~~~~~~~~~~~~ .. image:: random.svg :width: 48 Generates a Table with random numbers between 0 and 1. :ref. nodes: :ref:`Random Tables` *Ports*: **Outputs**: :port0: table Table with random numbers. The specifications of the Table 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. .. automodule:: node_generate .. class:: RandomTable