Skip to content

Commit aa5f410

Browse files
committed
Update todo items
1 parent 253e7a1 commit aa5f410

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

TODO.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ limitations under the License.
105105
- [sfmt](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/#dSFMT)
106106
- [randamu](https://github.com/PhDP/randamu)
107107
- [gsl](https://github.com/ampl/gsl/tree/master/rng)
108+
- [rand_r](https://github.com/lattera/freebsd/blob/master/lib/libc/stdlib/rand.c)
108109
- [collection of lcgs](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.53.3686&rep=rep1&type=pdf)
109110
- [Lehmer LCG](https://en.wikipedia.org/wiki/Lehmer_random_number_generator)
110111
- [lcgs](https://en.wikipedia.org/wiki/Linear_congruential_generator)
@@ -833,7 +834,7 @@ limitations under the License.
833834
834835
1. see [makefile for the frontend](https://github.com/scriptype/Makefile-for-the-Front-End/blob/master/Makefile) for possible inspiration for frontend tasks
835836
836-
1. should `float64-signbit` return a `boolean` (like Julia) or a `1. or `0`?
837+
1. should `float64-signbit` return a `boolean` (like Julia) or a `1` or `0`?
837838
838839
1. licenses utilities
839840
@@ -1073,6 +1074,8 @@ limitations under the License.
10731074
10741075
1. pkg which can generate an Anscombe dataset
10751076
1077+
- simulator
1078+
10761079
1. [authors-certificate](https://github.com/berneout/authors-certificate)
10771080
10781081
1. Electoral college [box scores](https://www.archives.gov/federal-register/electoral-college/scores.html#1789)

0 commit comments

Comments
 (0)