diff --git a/LICENSE.md b/LICENSE.md index d1f39bcc79f26..e78682a9faf72 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -47,6 +47,7 @@ External libraries, if used, include their own licenses: - [ARPACK](http://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE) - [D3](https://github.com/mbostock/d3/raw/master/LICENSE) +- [DSFMT](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt) - [FDLIBM](http://www.netlib.org/fdlibm/fdlibm.h) - [FEMTOLISP](https://github.com/JeffBezanson/femtolisp) - [FFTW](http://fftw.org/doc/License-and-Copyright.html) @@ -54,7 +55,6 @@ External libraries, if used, include their own licenses: - [LAPACK](http://netlib.org/lapack/LICENSE.txt) - [LIBUNWIND](http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master) - [LLVM](http://llvm.org/releases/3.0/LICENSE.TXT) -- [MERSENNE TWISTER](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt) - [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE) - [PCRE](http://www.pcre.org/licence.txt) - [READLINE](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) diff --git a/README.md b/README.md index 3f0f922c5b984..59b823b20d750 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Julia uses the following external libraries, which are automatically downloaded - **[FemtoLisp]** — packaged with julia source, and used to implement the compiler front-end. - **[readline]** — library allowing shell-like line editing in the terminal, with history and familiar key bindings. - **[fdlibm]** — a portable implementation of much of the system-dependent libm math library's functionality. -- **[MT]** — a fast Mersenne Twister pseudorandom number generator library. +- **[DSFMT]** — a fast Mersenne Twister pseudorandom number generator library. - **[OpenBLAS]** — a fast, open, and maintained [basic linear algebra subprograms (BLAS)](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http://www.tacc.utexas.edu/tacc-projects/gotoblas2/). The system provided BLAS and LAPACK are used on OS X. - **[LAPACK]** — a library of linear algebra routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. - **[MKL]** (optional) – OpenBLAS & LAPACK may be replaced by Intel's MKL library. @@ -150,7 +150,7 @@ Julia uses the following external libraries, which are automatically downloaded [git]: http://git-scm.com/ [perl]: http://www.perl.org/ [fdlibm]: http://www.netlib.org/fdlibm/readme -[MT]: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html +[DSFMT]: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/#dSFMT [OpenBLAS]: https://github.com/xianyi/OpenBLAS#readme [LAPACK]: http://www.netlib.org/lapack/ [MKL]: http://software.intel.com/en-us/articles/intel-mkl/