warp.randu# warp.randu(state: uint32) → uint32# Kernel Python Generate a random unsigned integer. Sample in the range [0, 2^32). warp.randu( state: uint32, low: uint32, high: uint32, ) → uint32 Kernel Python Generate a random unsigned integer. Sample in the range [low, high).