We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a48a5c commit 2bd65feCopy full SHA for 2bd65fe
1 file changed
src/PoissonRandom.jl
@@ -6,7 +6,7 @@ using SpecialFunctions: loggamma
6
7
export pois_rand, PassthroughRNG
8
9
-# GPU-compatible Poisson sampling PassthroughRNG
+# GPU-compatible Poisson sampling via PassthroughRNG
10
struct PassthroughRNG <: AbstractRNG end
11
12
rand(rng::PassthroughRNG) = Random.rand()
0 commit comments