Skip to content

Commit

Permalink
Update rand.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinfluence authored Apr 5, 2023
1 parent 8b72594 commit 704cbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cxrand
import (
"unsafe"
"time"
crand "github.com/lukechampine/frand"
crand "lukechampine.com/frand"
fastrand "github.com/bytedance/gopkg/lang/fastrand"
)

Expand Down

0 comments on commit 704cbea

Please sign in to comment.