This is an issue to find the best replacement for stdlib rand(). It'll be great to enjoy all the benefits but care needs to be taken to ensure good quality of the implementation as it directly impact the quality of generated images.
Rationale:
- Better performance: speed and quality
- Stability across platforms / different stdlibs
- Don't alter rand() sequence in case the user app relies on it
Reference material
/cc @ggcrunchy, @ggsg-francis
This is an issue to find the best replacement for stdlib
rand(). It'll be great to enjoy all the benefits but care needs to be taken to ensure good quality of the implementation as it directly impact the quality of generated images.Rationale:
Reference material
/cc @ggcrunchy, @ggsg-francis