Skip to content

Commit 2bd65fe

Browse files
typo
1 parent 3a48a5c commit 2bd65fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PoissonRandom.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using SpecialFunctions: loggamma
66

77
export pois_rand, PassthroughRNG
88

9-
# GPU-compatible Poisson sampling PassthroughRNG
9+
# GPU-compatible Poisson sampling via PassthroughRNG
1010
struct PassthroughRNG <: AbstractRNG end
1111

1212
rand(rng::PassthroughRNG) = Random.rand()

0 commit comments

Comments
 (0)