Random Uniform Source

From GNU Radio
Revision as of 05:32, 27 December 2018 by 777arc (talk | contribs) (Created page with "Uniform Random Number Generator with unsigned char output. Args: * minimum - defines minimal integer value output. * maximum - output values are below this value * seed - for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Uniform Random Number Generator with unsigned char output.

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:

[[File:Random-uniform-source-ex.png|800px|