Skip to content

Commit

Permalink
Consistency update to DSFMT related stuff in README and LICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Sep 25, 2012
1 parent 2b898bf commit c064022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ External libraries, if used, include their own licenses:

- [ARPACK](http:https://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE)
- [D3](https://github.com/mbostock/d3/raw/master/LICENSE)
- [DSFMT](http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt)
- [FDLIBM](http:https://www.netlib.org/fdlibm/fdlibm.h)
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp)
- [FFTW](http:https://fftw.org/doc/License-and-Copyright.html)
- [GLPK](http:https://www.gnu.org/software/glpk)
- [LAPACK](http:https://netlib.org/lapack/LICENSE.txt)
- [LIBUNWIND](http:https://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master)
- [LLVM](http:https://llvm.org/releases/3.0/LICENSE.TXT)
- [MERSENNE TWISTER](http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt)
- [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE)
- [PCRE](http:https://www.pcre.org/licence.txt)
- [READLINE](http:https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http:https://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http:https://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.
Expand All @@ -150,7 +150,7 @@ Julia uses the following external libraries, which are automatically downloaded
[git]: http:https://git-scm.com/
[perl]: http:https://www.perl.org/
[fdlibm]: http:https://www.netlib.org/fdlibm/readme
[MT]: http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
[DSFMT]: http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/#dSFMT
[OpenBLAS]: https://github.com/xianyi/OpenBLAS#readme
[LAPACK]: http:https://www.netlib.org/lapack/
[MKL]: http:https://software.intel.com/en-us/articles/intel-mkl/
Expand Down

0 comments on commit c064022

Please sign in to comment.