Skip to content

Commit 3e3e1f5

Browse files
Update src/PoissonRandom.jl
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent 2bd65fe commit 3e3e1f5

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
@@ -132,7 +132,7 @@ rng = Xorshifts.Xoroshiro128Plus()
132132
pois_rand(rng, λ)
133133
134134
# Simple Poisson random on GPU
135-
pois_rand(PassthroughRNG(), λ)
135+
pois_rand(PoissonRandom.PassthroughRNG(), λ)
136136
```
137137
"""
138138
pois_rand(λ) = pois_rand(Random.GLOBAL_RNG, λ)

0 commit comments

Comments
 (0)