summaryrefslogtreecommitdiff
path: root/gr-analog/include/analog/noise_source_X.h.t
diff options
context:
space:
mode:
Diffstat (limited to 'gr-analog/include/analog/noise_source_X.h.t')
-rw-r--r--gr-analog/include/analog/noise_source_X.h.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/analog/noise_source_X.h.t b/gr-analog/include/analog/noise_source_X.h.t
index 9d1be6fedf..27d20cd072 100644
--- a/gr-analog/include/analog/noise_source_X.h.t
+++ b/gr-analog/include/analog/noise_source_X.h.t
@@ -53,7 +53,7 @@ namespace gr {
* \param seed seed for random generators. Note that for uniform and
* Gaussian distributions, this should be a negative number.
*/
- static sptr make(noise_type_t type, float ampl, long seed);
+ static sptr make(noise_type_t type, float ampl, long seed=0);
virtual void set_type(noise_type_t type) = 0;
virtual void set_amplitude(float ampl) = 0;