1
0
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:
Darien Raymond
2017-02-14 22:29:44 +01:00
parent 3c032f0d53
commit 48eb40ff39
7 changed files with 13 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ import (
)
var (
globalConv = uint32(dice.Roll(65536))
globalConv = uint32(dice.RandomUint16())
globalPool = internal.NewConnectionPool()
)