Handle deprecated random module

Use a compile time check for platform versions, then a macro conditional in a
separate rand module.

Removed redunant beam file compile rule from Makefile as it prevented erl_opts
rebar options form taking effect.
5 files changed
tree: 2c65a4fece295aec297ad55e9129b5c74a2d3b12
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. Makefile
  8. README.md
  9. rebar.config
README.md

khash

This is a basic NIF wrapper around Kazlib's hash data structure.