Skip to content

Commit

Permalink
add using Random to example in manual (#26864)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored and ViralBShah committed Apr 20, 2018
1 parent 8926889 commit 45b2606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/src/manual/parallel-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,8 @@ by using [`randjump`](@ref) function:


```julia-repl
julia> using Random
julia> function g_fix(r)
a = zeros(1000)
@threads for i in 1:1000
Expand Down

0 comments on commit 45b2606

Please sign in to comment.