math/big.Int.Uint64 (method, view implemented interface methods)
3 uses
math/big (current package)
int.go#L439: func (x *Int) Uint64() uint64 {
github.com/refraction-networking/utls
u_quic_transport_parameters.go#L89: return 27 + randMultiply.Uint64()*31
u_quic_transport_parameters.go#L271: return uint32(randVal.Uint64()&math.MaxUint32) | 0x0a0a0a0a // all GREASE versions are in 0x?a?a?a?a
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |