Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Random and Noise module #102

Closed FayCarsons closed 5 months ago

FayCarsons commented 5 months ago

Added ranged random that self-initializes, and multi-dimension noise functions. I made some choices I'm not 100% on (I had a choice between simple API vs idiomatic design, due to issues w/ non-eraseable optional args) in creating the multi-dimensional functions, would appreciate input on those.