Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+ | Marcus Müller | 2021-04-06 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | Seeding being inconsistent between gr::random and things like fastnoise source is an outstanding issue (#1559). Fix that by fixing the API, and pivoting to our built-in XOROSHIRO128+, which is also substantially faster than MT19937. For that purpose, introduce, and python-bind, a wrapper class that can be used with STL distribution shapers. Add a unit test for the (P)RNG. Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -1/+2 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -0/+1 |
| | |||||
* | random-analog: fixed reseed issue | Johannes Demel | 2015-09-28 | 1 | -15/+14 |
| | |||||
* | random-analog: added new uniform integer distribution source | Johannes Demel | 2015-09-28 | 1 | -11/+26 |
| | |||||
* | redo qa_random without print statements and scipy; add stand-alone ↵ | Stefan | 2015-09-04 | 1 | -100/+9 |
| | | | | evaluation script in gnuradio-runtime/apps | ||||
* | add test-case for reseed feature | Stefan | 2015-09-01 | 1 | -8/+30 |
| | |||||
* | add boost.random as random number generator | Stefan | 2015-09-01 | 1 | -0/+19 |
| | |||||
* | fix wrong laplacian random numbers and add testcase | Stefan | 2015-09-01 | 1 | -18/+33 |
| | |||||
* | include random.h in swig; add qa_random testcase | Stefan | 2015-09-01 | 1 | -0/+99 |