summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math/random.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+Marcus Müller2021-04-061-7/+6
* runtime: Use nanosecond resolution for default random seedThomas Habets2020-04-101-1/+4
* runtime: Make random seed default to current time, as documentedThomas Habets2020-04-101-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* runtime: random facilities use C++11 (minus boost)Marcus Müller2020-01-021-33/+7
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-108/+98
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-3/+5
|\
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-2/+4
| * fixup! fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-171-1/+1
* | analog: improve readability of laplacian distributionAndrej Rode2018-03-301-4/+5
* | analog: remove std::time(0) seed from gr::random if 0 is selectedAndrej Rode2018-03-301-3/+6
|/
* Use logf where dealing with single precision floatsMarcus Müller2018-02-031-6/+6
* fixed gr::random::random::set_integer_limitsJohannes Demel2017-03-131-2/+3
* replaced boost::random::uniform_int_distribution with boost::uniform_int to r...Johannes Demel2017-03-101-4/+4
* MSVC-specific changes for compatibilitygnieboer2016-05-301-1/+1
* random-analog: fixed reseed issueJohannes Demel2015-09-281-7/+15
* random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-281-1/+20
* add current year to licence headerStefan2015-09-041-1/+1
* remove fixed fixmeStefan2015-09-021-1/+1
* add boost.random as random number generatorStefan2015-09-011-66/+40
* fix wrong laplacian random numbers and add testcaseStefan2015-09-011-20/+3
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+188