RANDOM (Lakehouse v2)
Returns a random floating-point value between 0 and 1. Alias for RAND.
Analyze Syntax
Section titled “Analyze Syntax”func.random([<seed>])Analyze Examples
Section titled “Analyze Examples”func.random()
┌───────────┐│ 0.8123... │└───────────┘SQL Syntax
Section titled “SQL Syntax”RANDOM([<seed>])SQL Examples
Section titled “SQL Examples”SELECT RANDOM();
┌───────────┐│ 0.8123... │└───────────┘