[riot-commits] [RIOT-OS/RIOT] 5ccde8: add mersenne twister
Christian Mehlis
christian at m3hlis.de
Mon Aug 26 22:22:31 CEST 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 5ccde8340daaee5a3bf81934ddab3e6bc1c589fa
https://github.com/RIOT-OS/RIOT/commit/5ccde8340daaee5a3bf81934ddab3e6bc1c589fa
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M sys/Makefile
A sys/include/random.h
A sys/random/Makefile
A sys/random/mersenne.c
Log Message:
-----------
add mersenne twister
Commit: 49876c15f7fef177cd887740c053f0fbb4c254c7
https://github.com/RIOT-OS/RIOT/commit/49876c15f7fef177cd887740c053f0fbb4c254c7
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M sys/include/random.h
M sys/random/mersenne.c
Log Message:
-----------
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))
Commit: 0dc5437e311dbdbcac26489c82bdb9eef9dc1b03
https://github.com/RIOT-OS/RIOT/commit/0dc5437e311dbdbcac26489c82bdb9eef9dc1b03
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M sys/include/random.h
M sys/random/mersenne.c
Log Message:
-----------
fixes for PRNG
Commit: c1fe799487751ca4c744834faed6290e0ed10ce2
https://github.com/RIOT-OS/RIOT/commit/c1fe799487751ca4c744834faed6290e0ed10ce2
Author: Christian Mehlis <christian at m3hlis.de>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M sys/Makefile
A sys/include/random.h
A sys/random/Makefile
A sys/random/mersenne.c
Log Message:
-----------
Merge pull request #168 from mehlis/random
add mersenne twister
Compare: https://github.com/RIOT-OS/RIOT/compare/6da037519747...c1fe79948775
More information about the commits
mailing list