The OpenD Programming Language

unxorshift

XorShifts are invertible, but they are someting of a pain to invert. This function backs them out. It's used by the whacky "inside out" generator defined later.

@safe nothrow @nogc
Uint
unxorshift
(
Uint
)
(
Uint x
,
size_t bits
,
size_t shift
)

Meta