warp.randf# warp.randf(state: uint32) → float# Kernel Python Generate a random float. Sample in the range [0.0, 1.0). warp.randf( state: uint32, low: float32, high: float32, ) → float Kernel Python Generate a random float. Sample in the range [low, high).