Implementation of pRNG algorithms within UME::SIMD

Issue #41 new
Guilherme Amadio created an issue

It would be nice to have at least a simple (and thread-safe, if possible) random number generator in UME::SIMD. Even a linear congruential generator should be good enough for some applications, and ideally a generator with good randomness for more sensitive workloads (e.g., particle simulation).

The links below might be helpful:

Comments (0)

  1. Log in to comment