time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

notes.md (431B)


      1 - [x] Hello world program
      2 - [x] Look into randomness sources in go
      3   - rand/v2 api: <https://pkg.go.dev/math/rand/v2>
      4 - [x] Test with a million samples of a simple lognormal, just to get a sense of speed
      5 - [x] Add mixture distribution
      6 - [x] Anonymous functions for nested: https://stackoverflow.com/questions/74523441/nested-functions-in-o
      7 - [ ] Look into go routines for filling up an array.
      8   - Mhh, it's different from threads.