Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+ | Marcus Müller | 2021-04-06 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | 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> | ||||
* | runtime: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+51 |