From: jblum Date: Sat, 22 Nov 2008 20:03:38 +0000 (+0000) Subject: clarification for random source X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5508c2179cf5738f274eaf9938dadff4c5f6e784;p=debian%2Fgnuradio clarification for random source git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10036 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/grc/data/platforms/python/blocks/random_source_x.xml b/grc/data/platforms/python/blocks/random_source_x.xml index f04dcd8d..cb4cc0a7 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 @@ Maximum max - 1 + 2 int @@ -69,5 +69,7 @@ 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.