FunctionsMath
random
Returns a pseudo-random Float64 in the range [0,1). When a seed expression is provided, it influences the generated value per row.
random(…) → Float64Kind · scalar
Returns a pseudo-random Float64 in the range [0,1). When a seed expression is provided, it influences the generated value per row.
Part of the Math family.