-
- Downloads
Merge pull request #4079 from kaspar030/add_minstd_prng
sys: random: modularize PRNG module, add LCG alternatives
Showing
- Makefile.pseudomodules 3 additions, 0 deletionsMakefile.pseudomodules
- sys/include/div.h 22 additions, 0 deletionssys/include/div.h
- sys/random/Makefile 13 additions, 0 deletionssys/random/Makefile
- sys/random/minstd.c 73 additions, 0 deletionssys/random/minstd.c
- sys/random/musl_lcg.c 45 additions, 0 deletionssys/random/musl_lcg.c
- sys/shell/commands/Makefile 1 addition, 1 deletionsys/shell/commands/Makefile
- sys/shell/commands/sc_random.c 3 additions, 3 deletionssys/shell/commands/sc_random.c
- sys/shell/commands/shell_commands.c 4 additions, 4 deletionssys/shell/commands/shell_commands.c
Loading
Please register or sign in to comment