Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Version 0.13.2 to solve -lerl_interface issue on OTP 23
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed May 13, 2020
1 parent f5cae16 commit d18551a
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 40 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# List of changes on sfmt-erlang

## Use 0.13.2 and later for OTP 23

* erlang.mk is updated to stop using `-lerl_interface`. This is required for successfully build in OTP 23.

## Security notice added

See `Security notice regarding the PHP mt_seed() vulnerability` in the README.md.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -2,10 +2,14 @@

# sfmt-erlang: SIMD-oriented Fast Mersenne Twister (SFMT) for Erlang

* Version 0.13.1 8-JAN-2020
* Version 0.13.2 14-MAY-2020
* Edited and written by Kenji Rikitake (Kenji Rikitake Professional Engineer's Office)
* Email contact: <kenji.rikitake@acm.org>

## Use 0.13.2 and later for OTP 23

* erlang.mk is updated to stop using `-lerl_interface`. This is required for successfully build in OTP 23.

## Security notice regarding the PHP mt_seed() vulnerability

Ambionics Security published [an internal state retrieval algorithm of PHP `mt_rand()`](https://www.ambionics.io/blog/php-mt-rand-prediction) on 6-JAN-2020. sfmt-erlang uses the same seed-to-internal-state initialization algorithm at the function `init_gen_rand/1`.
Expand Down

0 comments on commit d18551a

Please sign in to comment.