Learn the NumPy trick for generating synthetic data that actually behaves like real data.
Many popular random number generators (RNGs) are based on classical computer algorithms and have the advantage of being fast and easy to implement. The best examples pass many statistical tests ...