vpxyz/xorshift

Use bits.RotateLeft()

vigna opened this issue · 1 comments

vigna commented

func Rotl(x uint64, k uint64) uint64 {

The standard library function has more chances to be optimized or intrinsified by the compiler.

vpxyz commented

Fixed. It's time to say good bye to go 1.8 support.