We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
randn!
1 parent c636dfd commit 406bc6dCopy full SHA for 406bc6d
src/utilities.jl
@@ -21,7 +21,7 @@ function _randn(
21
) where {T}
22
@argcheck length(rngs) == n_chains
23
out = similar(rngs, T, dim, n_chains)
24
- map!(randn!, eachcol(out), rngs)
+ map!(Random.randn!, eachcol(out), rngs)
25
return out
26
end
27
0 commit comments