diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-03-13 11:57:00 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-03-13 11:57:00 -0400 |
commit | 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61 (patch) | |
tree | 2dcdc311a18ec93d374dfd05fee876ae1b5af3ee /grc | |
parent | c50cdd6e1f8d4555728b23af9a60f5ec8590ca75 (diff) |
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 4789b4400b..72daaaa209 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> |