Random Uniform Source: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND [[Random Source]]!! | SOMEONE PLEASE EXPLAIN WHAT IS THE DIFFERENCE BETWEEN THIS AND [[Random Source]]!! | ||
== Parameters == | |||
; minimum | |||
: defines minimal integer value output. | |||
Example Flowgraph | ; 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]] | [[File:Random-uniform-source-ex.png|800px]] |
Revision as of 03:13, 15 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.