XorShift128Plus by rotary-o

var Array(x,y,i,t)=readLine+" -1 0"split' 'map(BigInt(_))
i<<=64
for(_<-0 to 99)println{t=x^x<<23&~i
x=y
y^=t^t>>17^y>>26
x+y&~i}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page