Skip to content

Commit

Permalink
Merge pull request JuliaMath#270 from JuliaMath/vc/random
Browse files Browse the repository at this point in the history
use Random explicitly
  • Loading branch information
oscardssmith authored and kimikage committed Apr 30, 2024
1 parent 5ba03b7 commit 6ee85a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Random

function _precompile_()
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
normedtypes = (N0f8, N0f16) # precompiled Normed types
Expand Down

0 comments on commit 6ee85a7

Please sign in to comment.