warp.randf# warp.randf(state: uint32) → float# Kernel Python Return a random float between [0.0, 1.0). warp.randf( state: uint32, low: float32, high: float32, ) → float Kernel Python Return a random float between [low, high).