diff options
Diffstat (limited to 'grc/data/platforms')
-rw-r--r-- | grc/data/platforms/python/blocks/random_source_x.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/data/platforms/python/blocks/random_source_x.xml b/grc/data/platforms/python/blocks/random_source_x.xml index f04dcd8da..cb4cc0a79 100644 --- a/grc/data/platforms/python/blocks/random_source_x.xml +++ b/grc/data/platforms/python/blocks/random_source_x.xml @@ -40,7 +40,7 @@ <param> <name>Maximum</name> <key>max</key> - <value>1</value> + <value>2</value> <type>int</type> </param> <param> @@ -69,5 +69,7 @@ </source> <doc> Generate num samples of random numbers of [min, max). Repeat samples if specified. + +Ex: With min=0 and max=2, the sequence 01110101... will be generated. </doc> </block> |