math/big.Int.Uint64 (method)

3 uses

	math/big (current package)
		int.go#L383: func (x *Int) Uint64() uint64 {

	crypto/rand
		util.go#L78: 		mod := bigMod.Uint64()

	go/constant
		value.go#L516: 		return x.val.Uint64(), x.val.IsUint64()