Oleg Hahm
|
f6e9a789ed
|
random: doc: document generic PRNG interface
The header was still referring to the Mersenne Twister only
|
2016-04-20 18:47:04 +02:00 |
|
|
ded39b461e
|
sys: random: rename genrand_* to random_*
|
2016-02-29 21:33:17 +01:00 |
|
Martine Lenders
|
b9f4cfbcd9
|
random: fix doc of genrand_uint32_range()
|
2015-07-18 17:40:09 +02:00 |
|
Martine Lenders
|
94f913c204
|
random: provide range functionality
|
2015-07-18 17:13:00 +02:00 |
|
Oleg Hahm
|
3d411807c0
|
doc: fix and complemented some doxygen headers
|
2015-03-18 14:27:48 +01:00 |
|
BytesGalore
|
714ee38355
|
boards: core: cpu: drivers: sys: added missing header guards
|
2015-01-27 19:10:57 +01:00 |
|
BytesGalore
|
de3c3cebd0
|
c++: sys: add extern C to header files
|
2014-11-08 20:09:55 +01:00 |
|
Ludwig Ortmann
|
289c4c0ee4
|
doc: add license headers to some .h files
|
2014-09-18 17:45:11 +02:00 |
|
Ludwig Ortmann
|
2525920426
|
remove trailing whitespace and newlines
|
2014-02-11 18:45:06 +01:00 |
|
Hauke Petersen
|
edcabf7cb6
|
Fixed a lot of comments by removing tabs and correcting format.
|
2013-12-16 14:00:33 +01:00 |
|
Hauke Petersen
|
3785fe956b
|
Fixed doxygen comments, focused on file headers and group definitions
|
2013-12-16 14:00:24 +01:00 |
|
Christian Mehlis
|
0dc5437e31
|
fixes for PRNG
|
2013-08-26 22:18:02 +02:00 |
|
René Kijewski
|
49876c15f7
|
Update on @mehlis' Mersene twister code
* Consistent naming
* C99 style variable definition
* Code de-duplication through mathematical conversions
* Less magic numbers (higher powers of twoof two))
|
2013-08-26 22:18:02 +02:00 |
|
Christian Mehlis
|
5ccde8340d
|
add mersenne twister
|
2013-08-26 22:17:46 +02:00 |
|