I've got an implementation of box-muller to make n...
# multiplatform
k
I've got an implementation of box-muller to make normally distributed from uniform on k/native, with ziggurat as future work: https://github.com/kyonifer/koma/blob/master/core/srcnative/koma/platformsupport/rand.kt it'd be nice if these were all some place accessible from all platforms so we weren't all reinventing the wheel