| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+ | Marcus Müller | 2021-04-06 | 1 | -7/+6 |
* | runtime: Use nanosecond resolution for default random seed | Thomas Habets | 2020-04-10 | 1 | -1/+4 |
* | runtime: Make random seed default to current time, as documented | Thomas Habets | 2020-04-10 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | runtime: random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 1 | -33/+7 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -108/+98 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -3/+5 |
|\ |
|
| * | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 1 | -2/+4 |
| * | fixup! fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-17 | 1 | -1/+1 |
* | | analog: improve readability of laplacian distribution | Andrej Rode | 2018-03-30 | 1 | -4/+5 |
* | | analog: remove std::time(0) seed from gr::random if 0 is selected | Andrej Rode | 2018-03-30 | 1 | -3/+6 |
|/ |
|
* | Use logf where dealing with single precision floats | Marcus Müller | 2018-02-03 | 1 | -6/+6 |
* | fixed gr::random::random::set_integer_limits | Johannes Demel | 2017-03-13 | 1 | -2/+3 |
* | replaced boost::random::uniform_int_distribution with boost::uniform_int to r... | Johannes Demel | 2017-03-10 | 1 | -4/+4 |
* | MSVC-specific changes for compatibility | gnieboer | 2016-05-30 | 1 | -1/+1 |
* | random-analog: fixed reseed issue | Johannes Demel | 2015-09-28 | 1 | -7/+15 |
* | random-analog: added new uniform integer distribution source | Johannes Demel | 2015-09-28 | 1 | -1/+20 |
* | add current year to licence header | Stefan | 2015-09-04 | 1 | -1/+1 |
* | remove fixed fixme | Stefan | 2015-09-02 | 1 | -1/+1 |
* | add boost.random as random number generator | Stefan | 2015-09-01 | 1 | -66/+40 |
* | fix wrong laplacian random numbers and add testcase | Stefan | 2015-09-01 | 1 | -20/+3 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+188 |