mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Lib rand (markdown)
+3
-1
@@ -48,7 +48,9 @@ Generating random numbers, and sampling from random distributions.
|
||||
3. Language: R (statistical language, so much broader random number support than necessary)
|
||||
- http://stat.ethz.ch/R-manual/R-patched/library/base/html/Random.html
|
||||
- http://stat.ethz.ch/R-manual/R-patched/library/stats/html/Distributions.html
|
||||
|
||||
4: Library: [GSL](https://www.gnu.org/software/gsl/manual/html_node/)
|
||||
- https://www.gnu.org/software/gsl/manual/html_node/Random-Number-Generation.html
|
||||
- https://www.gnu.org/software/gsl/manual/html_node/Random-Number-Distributions.html
|
||||
|
||||
### Summary of research from other languages:
|
||||
#### Structures and functions commonly appearing
|
||||
|
||||
Reference in New Issue
Block a user