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

Add support for UINT Generation #695

Merged
merged 14 commits into from
Aug 13, 2024
Merged

Add support for UINT Generation #695

merged 14 commits into from
Aug 13, 2024

Conversation

tylera-nvidia
Copy link
Collaborator

Currently only calling the curandGenerate function to generate a fully random bit for 32bits, scaling range to full uint32_t size.

Considering adding another randomi function to provide inputs for scaling range (min/max).

@tylera-nvidia tylera-nvidia linked an issue Aug 5, 2024 that may be closed by this pull request
@tylera-nvidia tylera-nvidia self-assigned this Aug 6, 2024
@tylera-nvidia tylera-nvidia added the enhancement New feature or request label Aug 6, 2024
@tylera-nvidia tylera-nvidia marked this pull request as ready for review August 8, 2024 23:19
@tylera-nvidia
Copy link
Collaborator Author

/build

@tylera-nvidia
Copy link
Collaborator Author

/build

Copy link
Collaborator

@cliffburdick cliffburdick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments

@tylera-nvidia
Copy link
Collaborator Author

/build

@coveralls
Copy link

Coverage Status

coverage: 93.509% (+0.2%) from 93.319%
when pulling c0cea22 on rand_uint
into c18cb48 on main.

@tylera-nvidia
Copy link
Collaborator Author

/build

@cliffburdick cliffburdick merged commit c879d5d into main Aug 13, 2024
1 check passed
@cliffburdick cliffburdick deleted the rand_uint branch August 13, 2024 21:31
@cliffburdick
Copy link
Collaborator

/build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support UINT random generation with API
3 participants