mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
rand: use full import in tests (fix -usecache)
This commit is contained in:
parent
1b39408eb6
commit
7224cd667c
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
import math
|
||||
import rand.util
|
||||
import wyrand
|
||||
import rand.wyrand
|
||||
|
||||
const (
|
||||
range_limit = 40
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue