RandPCG v0.1.2 RandPCG.Bitwise View Source
Bitwise helpers
use RandPCG.Bitwise
pulls in:
use Bitwise, only_operators: true
@mask64 0xFFFFFFFFFFFFFFFF
@mask32 0xFFFFFFFF
- Types
uint32
anduint64
which are shorthand fornon_neg_integer
Link to this section Summary
Functions
Performs a 32 bit right bit rotation of v for n places
Link to this section Functions
Link to this function
rotate_right_32(v, n)
View Source
rotate_right_32(RandPCG.uint64, RandPCG.uint64) :: RandPCG.uint32
Performs a 32 bit right bit rotation of v for n places