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