We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Requires.jl
1 parent 1096c2d commit a879142Copy full SHA for a879142
src/RandomNumbers.jl
@@ -32,7 +32,7 @@ module RandomNumbers
32
import Requires
33
function __init__()
34
# The code of Random123 has been moved to Random123.jl
35
- Requires.@require Random123="c3412330-2d8f-11e9-13ca-d9033ffe1343" import Random123
+ Requires.@require Random123="74087812-796a-5b5d-8853-05524746bad3" import .Random123
36
end
37
38
0 commit comments