Contents

randomSplit(by:)

Generates two row groupings by randomly splitting the original with a proportion.

Declaration

func randomSplit(by proportion: Double) -> (Self, Self)

Return Value

A tuple of two row groupings.

See Also

Splitting a Row Grouping