Skip to content

Commit a879142

Browse files
committed
Correctly use Requires.jl.
1 parent 1096c2d commit a879142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomNumbers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module RandomNumbers
3232
import Requires
3333
function __init__()
3434
# The code of Random123 has been moved to Random123.jl
35-
Requires.@require Random123="c3412330-2d8f-11e9-13ca-d9033ffe1343" import Random123
35+
Requires.@require Random123="74087812-796a-5b5d-8853-05524746bad3" import .Random123
3636
end
3737

3838
end

0 commit comments

Comments
 (0)