1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #8885 from PeterKietzmann/pr_ccnl_xorshift

examples/ccn-lite-relay: use xorshift PRNG
This commit is contained in:
Cenk Gündoğan 2018-04-06 08:36:23 +02:00 committed by GitHub
commit 5995b4b492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ USEMODULE += gnrc_pktdump
USEMODULE += timex
USEMODULE += xtimer
USEMODULE += random
USEMODULE += prng_minstd
USEMODULE += prng_xorshift
USEPKG += tlsf