It changes the order maybe 30% of the cards in the deck.
That's funny because a single "perfect" crush shuffle changes the position of every card in the deck, so could you explain what you mean by that?
Changing the position of every card in the deck is not equal to randomization. Say you have 10 cards left in your library.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Typically you would grab cards 6-10 and crush them into cards 1-5 achieving:
1, 6, 2, 7, 3, 8, 4, 9, 5, 10.
Typically you would then grab 8, 4, 9, 5 and 10 and crush them into 1, 6, 2, 7 and 3, thus achieving:
1, 8, 6, 4, 2, 9, 7, 5, 3, 10.
Even though the shifting of card positions is not as easy to predict as that, since there will be times were 2-3 cards go between 2 other cards, randomization is vastly different. I produced a simple program in C# to generate random numbers from 1 to 10, ensuring that the number wasn't already created and appending the number to an array. The results I got were as follows:
6, 1, 3, 10, 4, 9, 2, 8, 7, 5,
6, 1, 2, 7, 10, 8, 9, 3, 5, 4,
3, 6, 9, 2, 8, 4, 5, 1, 7, 10,
10, 1, 9, 4, 5, 2, 6, 7, 3, 8,
9, 10, 1, 8, 3, 5, 6, 2, 4, 7,
2, 7, 5, 9, 6, 8, 4, 3, 10, 1,
On attempting a randomization from 1 to 60, the results were:
22, 4, 55, 51, 27, 3, 50, 48, 19, 54, 58, 39, 46, 52, 28, 15, 47, 20, 41, 35, 6, 59, 11, 31, 57, 18, 12, 21, 25, 1, 10, 40, 37, 42, 44, 60, 26, 7, 36, 16, 30, 53, 2, 24, 14, 34, 33, 43, 32, 13, 38, 23, 45, 49, 56, 29, 5, 9, 8, 17,
20, 9, 41, 36, 29, 53, 43, 17, 25, 50, 6, 46, 40, 56, 14, 47, 2, 10, 27, 59, 23, 57, 35, 8, 55, 32, 7, 24, 28, 30, 4, 42, 19, 5, 3, 38, 1, 18, 45, 39, 54, 34, 37, 12, 33, 58, 22, 11, 26, 31, 16, 21, 13, 60, 49, 15, 44, 51, 48, 52,
11, 39, 37, 33, 19, 41, 25, 14, 6, 32, 60, 12, 48, 53, 27, 58, 1, 45, 9, 30, 22, 20, 36, 23, 59, 47, 49, 52, 29, 50, 2, 24, 51, 56, 44, 42, 16, 26, 46, 38, 5, 17, 31, 43, 4, 40, 57, 55, 8, 13, 15, 28, 10, 3, 21, 34, 7, 54, 18, 35,
Which is what causes the major difference between crush shuffling, which is just a shifting of cards (albeit in an order unknown to us), and the random shuffling that a computer generates on MWS or Apprentice.
EDIT : Damn. So many numbers :shock:
EDIT EDIT : To get it to look more like Magic than just number I got it to display some card names instead of some numbers. I give you : Randomized Sui .... and numbers...
48, 58, Withered Wretch, Swamp, 56, Swamp, Hypnotic Specter, Wasteland, 54, Swamp, Sinkhole, Dark Ritual, 57, Dark Ritual, Swamp, Swamp, Dark Ritual, Wasteland, Swamp, Sinkhole, Swamp, Hypnotic Specter, 50, Withered Wretch, 44, Swamp, 55, Sinkhole, Hypnotic Specter, Phyrexian Negator, Sinkhole, Swamp, Swamp, Phyrexian Negator, 53, Withered Wretch, 49, 47, 60, Dark Ritual, Phyrexian Negator, 41, 45, Phyrexian Negator, 46, Withered Wretch, 42, Swamp, Swamp, 52, Swamp, Swamp, Swamp, 59, 51, Swamp, Hypnotic Specter, Wasteland, Wasteland, 43,
Swamp, 49, Swamp, 59, Swamp, 42, Swamp, 53, Phyrexian Negator, Hypnotic Specter, Sinkhole, Dark Ritual, Swamp, Dark Ritual, 44, Swamp, Swamp, 45, Swamp, 50, Dark Ritual, Phyrexian Negator, Hypnotic Specter, Wasteland, 56, 46, Wasteland, Hypnotic Specter, 60, 52, Swamp, Swamp, Sinkhole, Swamp, Wasteland, Withered Wretch, 47, Dark Ritual, Withered Wretch, 57, Swamp, Swamp, 58, Wasteland, Phyrexian Negator, 43, Swamp, 41, 48, Phyrexian Negator, Withered Wretch, Withered Wretch, Swamp, Sinkhole, Swamp, Sinkhole, Hypnotic Specter, 54, 51, 55,
Hypnotic Specter, Swamp, 56, 59, Wasteland, Phyrexian Negator, 60, Phyrexian Negator, Hypnotic Specter, Swamp, Phyrexian Negator, Wasteland, 53, Sinkhole, Swamp, 47, 54, Wasteland, Swamp, Swamp, Wasteland, Sinkhole, Hypnotic Specter, Swamp, 46, Withered Wretch, Swamp, Swamp, 42, Swamp, Withered Wretch, 43, Sinkhole, Swamp, Dark Ritual, 49, 51, Withered Wretch, 41, Dark Ritual, Dark Ritual, Swamp, Swamp, 57, 44, 50, 55, 52, Phyrexian Negator, 48, Swamp, 45, Swamp, Swamp, Hypnotic Specter, Sinkhole, Withered Wretch, 58, Dark Ritual, Swamp,