Skip to content

Commit

Permalink
Add unsafe for link
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed May 2, 2024
1 parent b07854f commit c7add00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/natives/src/math/rand/rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

package rand

import _ "unsafe"

//go:linkname fastrand64 runtime.fastrand64
func fastrand64() uint64

0 comments on commit c7add00

Please sign in to comment.