Random Uniform Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Uniform Random Number Generator
Uniform Random Number Generator
SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND [[Noise Source]]!!


Args:
Args:

Revision as of 05:35, 27 December 2018

Uniform Random Number Generator

SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND Noise Source!!

Args:

  • minimum - defines minimal integer value output.
  • maximum - output values are below this value
  • seed - for Pseudo Random Number Generator. Defaults to 0. In this case current time is used.


Example Flowgraph:

Random-uniform-source-ex.png