From 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 13 Mar 2012 11:57:00 -0400
Subject: 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.
---
 grc/blocks/gr_noise_source_x.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'grc')

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>
-- 
cgit v1.2.3