math/big.Int.Uint64 (method)

2 uses

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

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