Skip to content

Commit

Permalink
Add Mersenne Twister to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral Shah committed Jul 3, 2011
1 parent f14cfbc commit 2651bed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For a more in-depth discussion of the rationale and advantages of Julia over oth
- **[gcc, g++, gfortran][gcc]** — compiling and linking C, C++ and Fortran code.
- **[curl][]** — to automatically download external libraries:
- **[fdlibm][]** — a portable implementation of much of the system-dependent libm math library's functionality.
- **[MT][]** - Mersenne Twister is a fast pseudorandom number generator
- **[OpenBLAS][]** — a fast, open, and maintained [basic linear algebar 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/).
- **[LAPACK][]** — 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.
- **[ARPACK][]** — a collection of subroutines designed to solve large, sparse eigenvalue problems.
Expand All @@ -38,6 +39,7 @@ For a more in-depth discussion of the rationale and advantages of Julia over oth
[gcc]: http:https://gcc.gnu.org/
[curl]: http:https://curl.haxx.se/
[fdlibm]: http:https://www.netlib.org/fdlibm/readme
[MT]: http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
[OpenBLAS]: https://github.com/xianyi/OpenBLAS#readme
[LAPACK]: http:https://www.netlib.org/lapack/
[ARPACK]: http:https://www.caam.rice.edu/software/ARPACK/
Expand Down
3 changes: 3 additions & 0 deletions external/random/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/dsfmt-*
/mt19937-64*
/libMT*

0 comments on commit 2651bed

Please sign in to comment.