torch.utils.data.random_split (dataset, panjang)

>>> random_split(range(10), [3, 7], generator=torch.Generator().manual_seed(42))
Beautiful Beetle