We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the argument to create_random_device_generator_with_token? Is it just any string? Maybe good to document that in README.md
create_random_device_generator_with_token
README.md
In Design section of README.md, " on CPU or CUDA to" -> "on CPU or on GPU using CUDA"
In csprng.cu - my_random_kernel_cuda is not a good token
csprng.cu
my_random_kernel_cuda
Line 93 of aes.cuh - I don't know if the C/C++ standards says that unsigned always means unsigned int - maybe good to be explicit
aes.cuh
unsigned
unsigned int
test_geometric has some commented out lines - this maybe tracked in another issue?
test_geometric
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
What is the argument to
create_random_device_generator_with_token
? Is it just any string? Maybe good to document that inREADME.md
In Design section of
README.md
, " on CPU or CUDA to" -> "on CPU or on GPU using CUDA"In
csprng.cu
-my_random_kernel_cuda
is not a good tokenLine 93 of
aes.cuh
- I don't know if the C/C++ standards says thatunsigned
always meansunsigned int
- maybe good to be explicittest_geometric
has some commented out lines - this maybe tracked in another issue?The text was updated successfully, but these errors were encountered: