Shuffling can be done using various computational techniques. One common method is to use random number generators to reorder the data points. This can be implemented in most statistical software and programming languages like R and Python. For example, the `numpy` library in Python has a `shuffle` function that can reorder arrays or lists randomly.