-
Notifications
You must be signed in to change notification settings - Fork 23
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
RNG list to be implemented #1
Comments
|
Philox via Random123 (and others) can be used on a GPU: any way for this to plug in with ArrayFire.jl or CUDArt.jl? |
Hi Chris, thank you for the suggestion. Yes, I have considered accelerating some RNGs with GPU, but I was trying to write code in pure Julia at first. Actually I want to make this package have as few requires as possible, and I don't know much about these GPU packages, so currently they are not used. Do you have any idea about which to choose? |
You can think about making it a conditional dependency which requires the user to |
It sounds a good idea. I will have a try. |
Here are two additional (fast?) RNGs which may be worth considering: |
@kafisatz thanks, I'll check it out. |
As discussed before, I'd like to implement various RNGs in this package. And temporarily they are listed in the following:
Four from Random123:
The xorshift families:
Six from SPRNG
The text was updated successfully, but these errors were encountered: