remove use of deprecated random module

This commit is contained in:
Tristan Sloughter 2016-05-12 21:24:27 -05:00
parent 0c1636e75a
commit 001e7fcf4b
2 changed files with 13 additions and 2 deletions

View file

@ -10,6 +10,8 @@
[{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^[0-9]+", have_callback_support},
{platform_define, "^R1[4|5]", deprecated_crypto},
{platform_define, "^1[8|9]", rand_module},
{platform_define, "^2", rand_module},
debug_info,
warnings_as_errors]}.