Random Uniform Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(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...")
 
No edit summary
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
Uniform Random Number Generator with unsigned char output.
[[Category:Block Docs]]
Uniform Random Number Generator


Args:
SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND [[Random Source]]!!
* 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.


== Parameters ==


Example Flowgraph:
; minimum
: defines minimal integer value output.


[[File:Random-uniform-source-ex.png|800px|
; 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]]
 
== Source Files ==
 
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]

Revision as of 16:00, 20 July 2019

Uniform Random Number Generator

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

Parameters

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

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO