Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Add support for uniform random UInt32 #656

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

chrstphrbrns
Copy link
Contributor

fix #655

@maleadt
Copy link
Member

maleadt commented Mar 30, 2020

Thanks! The docs don't mention uniform distribution, but I guess that's the case for this call?
bors try

bors bot added a commit that referenced this pull request Mar 30, 2020
@bors
Copy link
Contributor

bors bot commented Mar 30, 2020

try

Build succeeded

@chrstphrbrns
Copy link
Contributor Author

Thanks! The docs don't mention uniform distribution, but I guess that's the case for this call?
bors try

Yep

The curandGenerate() function is used to generate pseudo- or quasirandom bits of output for XORWOW, MRG32k3a, MTGP32, MT19937, Philox_4x32_10 and SOBOL32 generators. Each output element is a 32-bit unsigned int where all bits are random.

@maleadt maleadt merged commit bc8a6c0 into JuliaGPU:master Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rand(UInt32) gives low-quality results
2 participants