mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
rand: use full import in tests (fix -usecache)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import math
|
||||
import pcg32
|
||||
import rand.pcg32
|
||||
import rand.util
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user