Skip to content

Commit

Permalink
Correctly use Requires.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Feb 14, 2019
1 parent 1096c2d commit a879142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RandomNumbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module RandomNumbers
import Requires
function __init__()
# The code of Random123 has been moved to Random123.jl
Requires.@require Random123="c3412330-2d8f-11e9-13ca-d9033ffe1343" import Random123
Requires.@require Random123="74087812-796a-5b5d-8853-05524746bad3" import .Random123
end

end

0 comments on commit a879142

Please sign in to comment.