Random Uniform Source

From GNU Radio
Revision as of 05:35, 27 December 2018 by 777arc (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Uniform Random Number Generator

SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND Random 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