diff options
author | Tom Rondeau | 2012-03-13 11:57:00 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-03-13 11:57:00 -0400 |
commit | 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61 (patch) | |
tree | 2dcdc311a18ec93d374dfd05fee876ae1b5af3ee /grc | |
parent | c50cdd6e1f8d4555728b23af9a60f5ec8590ca75 (diff) | |
download | gnuradio-0d6871b3aaa175ed20061543ded6d9f8b4dcbc61.tar.gz gnuradio-0d6871b3aaa175ed20061543ded6d9f8b4dcbc61.tar.bz2 gnuradio-0d6871b3aaa175ed20061543ded6d9f8b4dcbc61.zip |
core: updated the documentation for the noise source to explain the seed better.
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.
Diffstat (limited to 'grc')
-rw-r--r-- | grc/blocks/gr_noise_source_x.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/blocks/gr_noise_source_x.xml b/grc/blocks/gr_noise_source_x.xml index 4789b4400..72daaaa20 100644 --- a/grc/blocks/gr_noise_source_x.xml +++ b/grc/blocks/gr_noise_source_x.xml @@ -67,7 +67,7 @@ <param> <name>Seed</name> <key>seed</key> - <value>42</value> + <value>0</value> <type>int</type> </param> <source> |