mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-23 12:49:07 -04:00
dice.RandomUint16
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
globalConv = uint32(dice.Roll(65536))
|
||||
globalConv = uint32(dice.RandomUint16())
|
||||
globalPool = internal.NewConnectionPool()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user