[riot-commits] [RIOT-OS/RIOT] fab168: sys: div: add div/mod 44488 (needed for minstd prn...
Kaspar Schleiser
kaspar at schleiser.de
Tue Nov 24 10:03:53 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: fab16817351d0832bb0a87e587397ec622be93e4
https://github.com/RIOT-OS/RIOT/commit/fab16817351d0832bb0a87e587397ec622be93e4
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M sys/include/div.h
Log Message:
-----------
sys: div: add div/mod 44488 (needed for minstd prng)
Commit: 9c93e72d81e88fcf9ea0447ac1f0ea4f07a04755
https://github.com/RIOT-OS/RIOT/commit/9c93e72d81e88fcf9ea0447ac1f0ea4f07a04755
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M Makefile.pseudomodules
M sys/random/Makefile
A sys/random/minstd.c
A sys/random/musl_lcg.c
Log Message:
-----------
sys: random: add simple LCG PRNGs
Commit: 565d3ca72fa6950ace99adbd29c216a53d402866
https://github.com/RIOT-OS/RIOT/commit/565d3ca72fa6950ace99adbd29c216a53d402866
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M sys/shell/commands/Makefile
R sys/shell/commands/sc_mersenne.c
A sys/shell/commands/sc_random.c
M sys/shell/commands/shell_commands.c
Log Message:
-----------
sys: shell: renamed mersenne_* to random_*
Commit: 5926b50b85034de5c30299011f87b43e2917b6ce
https://github.com/RIOT-OS/RIOT/commit/5926b50b85034de5c30299011f87b43e2917b6ce
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M Makefile.pseudomodules
M sys/include/div.h
M sys/random/Makefile
A sys/random/minstd.c
A sys/random/musl_lcg.c
M sys/shell/commands/Makefile
R sys/shell/commands/sc_mersenne.c
A sys/shell/commands/sc_random.c
M sys/shell/commands/shell_commands.c
Log Message:
-----------
Merge pull request #4079 from kaspar030/add_minstd_prng
sys: random: modularize PRNG module, add LCG alternatives
Compare: https://github.com/RIOT-OS/RIOT/compare/4fd7cfea9fb9...5926b50b8503
More information about the commits
mailing list