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

Commit

Permalink
README.md updated for 0.4.1_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Jul 19, 2010
1 parent 360a503 commit 5b91cb4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
# sfmt-erlang: SIMD-oriented Fast Mersenne Twister (SFMT) for Erlang # sfmt-erlang: SIMD-oriented Fast Mersenne Twister (SFMT) for Erlang


* Version 0.4.0_RELEASE 18-JUL-2010 * Version 0.4.1_RELEASE 19-JUL-2010
* Edited and written by Kenji Rikitake (Kyoto University) * Edited and written by Kenji Rikitake (Kyoto University)
* Email contact: <kenji.rikitake@acm.org> * Email contact: <kenji.rikitake@acm.org>


Expand All @@ -23,8 +23,8 @@ See <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html>


# C NIFs based on SFMT 1.3.3 added (from 0.3.0_RELEASE) # C NIFs based on SFMT 1.3.3 added (from 0.3.0_RELEASE)


* reference: sfmt-extstate at <http://github.com/jj1bdx/sfmt-extstate> * See `c_src/sfmt_nif.c` for the details
* see `c_src/sfmt_nif.c` for the details * Also refer to sfmt-extstate at <http://github.com/jj1bdx/sfmt-extstate>
* The version number of this NIF is 101 (see `NIF_LOAD_INFO` macro value) * The version number of this NIF is 101 (see `NIF_LOAD_INFO` macro value)


# Tested platforms # Tested platforms
Expand All @@ -46,12 +46,18 @@ which will be automatically fetched under the directory `support/`.


# Documentation # Documentation


* For the HTML documentation files under the `doc/` directory, do * For the HTML documentation files of the Erlang source


make doc make doc


The documentation will be accessible at `doc/index.html`. The documentation will be accessible at `doc/index.html`.


* For the HTML documentation files of the C NIF source (Note: Doxygen required)

make c_doc

The documentation will be accessible at `c_doc/index.html`.

# Testing # Testing


* For unit testing with EUnit, do * For unit testing with EUnit, do
Expand All @@ -71,7 +77,7 @@ which will be automatically fetched under the directory `support/`.
# TODO # TODO


* More documentation * More documentation
* Code upgrading/reloading untested yet * Code upgrading/reloading behavior check


# Code authors: # Code authors:


Expand Down

0 comments on commit 5b91cb4

Please sign in to comment.