Skip to content

pyspark_dubber.sql.functions.rand

pyspark_dubber.sql.functions.rand(
    seed: int | None = None,
)

PySpark API Reference

Incompatibility Note

The seed value is accepted for API compatibility, but is unused. Even if set, the function will not be reproducible.