shufflelike
Shufflelike is a descriptive term used in computer science, statistics, and related fields to refer to a sequence or process that imitates a random shuffle while following specific rules. It characterizes orderings that aim to capture the unpredictability of a true shuffle but are generated under deterministic or constrained procedures, such as algorithmic shuffles, pseudo-random generators with constraints, or staged mixing processes.
Key features include approximate uniformity over permutations, limited repeats or proximity of identical items, and controlled
Origins and usage: The term is informal and appears in discussions of randomized algorithms, data anonymization,
See also: Shuffle, Random permutation, Pseudo-random number generator, Riffle shuffle.