Skip to content

Commit f3908ce

Browse files
committed
drop base shadowing
1 parent bef80e4 commit f3908ce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/PoissonRandom.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ rand(rng::PassthroughRNG) = Random.rand()
1212
randexp(rng::PassthroughRNG) = Random.randexp()
1313
randn(rng::PassthroughRNG) = Random.randn()
1414

15-
rand(rng::AbstractRNG) = Random.rand(rng)
16-
randexp(rng::AbstractRNG) = Random.randexp(rng)
17-
randn(rng::AbstractRNG) = Random.randn(rng)
18-
1915
count_rand(λ) = count_rand(Random.GLOBAL_RNG, λ)
2016
function count_rand(rng::AbstractRNG, λ)
2117
n = 0

0 commit comments

Comments
 (0)