Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of pRNG algorithms within UME::SIMD #39

Open
edanor opened this issue Oct 3, 2016 · 0 comments
Open

Implementation of pRNG algorithms within UME::SIMD #39

edanor opened this issue Oct 3, 2016 · 0 comments

Comments

@edanor
Copy link
Owner

edanor commented Oct 3, 2016

Originally reported by: Guilherme Amadio (Bitbucket: amadio, GitHub: amadio)


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:


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant