2024-02-15 23:25:36 +00:00
|
|
|
- [x] Hello world program
|
|
|
|
- [x] Look into randomness sources in go
|
|
|
|
- rand/v2 api: <https://pkg.go.dev/math/rand/v2>
|
2024-02-16 09:10:16 +00:00
|
|
|
- [x] Test with a million samples of a simple lognormal, just to get a sense of speed
|
2024-02-16 13:40:54 +00:00
|
|
|
- [x] Add mixture distribution
|
|
|
|
- [x] Anonymous functions for nested: https://stackoverflow.com/questions/74523441/nested-functions-in-o
|
2024-02-16 09:10:16 +00:00
|
|
|
- [ ] Look into go routines for filling up an array.
|
2024-02-16 13:40:54 +00:00
|
|
|
- Mhh, it's different from threads.
|