From 83d9cf85759b3914f288fbf727bc29a590141efd Mon Sep 17 00:00:00 2001 From: Alexander Fefelov Date: Thu, 30 Aug 2018 23:44:59 +0300 Subject: [PATCH] Add "Non-Uniform Random Variate Generation" (#2953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add "Functional Programming, Simplified (Scala edition)" and "Hello, Scala" * Add "Язык программирования Haskell: Учимся быть ленивыми" * Add "Non-Uniform Random Variate Generation" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 620ee066..8110400b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -458,6 +458,7 @@ * [Linear Algebra by Jim Hefferon](http://joshua.smcvt.edu/linearalgebra) - Jim Hefferon * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) * [Mathematics, MTH101A](http://home.iitk.ac.in/~psraj/mth101/) - P. Shunmugaraj, IIT Kanpur +* [Non-Uniform Random Variate Generation](http://luc.devroye.org/rnbookindex.html) - Luc Devroye (PDF) * [Number Theory](https://github.com/holdenlee/number-theory) - Holden Lee MIT * [OpenIntro Statistics](https://www.openintro.org/stat/textbook.php) * [Ordinary Differential Equations](https://en.wikibooks.org/wiki/Ordinary_Differential_Equations) - Wikibooks -- GitLab