warp.randu#

warp.randu(state: uint32) uint32#
  • Kernel

  • Python

Return a random unsigned integer in the range [0, 2^32).

warp.randu(
state: uint32,
low: uint32,
high: uint32,
) uint32
  • Kernel

  • Python

Return a random unsigned integer between [low, high).