Shuffling

Funny story. I had to create an algorithm in C# that would shuffle 2 lists in a database that we had yet to get from the client. After much head-banging and learning about RNG, i discovered the total length of our 2 lists we needed to shuffle. 4 and 26. Hence 4 factorial and 26 factorial.