Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 494 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 494 Bytes

CardDeck

A playing card deck plugin for UE4 I made as an exercise.

I wanted to see what algorithms are available for card shuffling but I came accross an article that stated that the Fisher-Yates shuffling algorithm may not be as great as people think. Another article stated that sorting by a GUID would be good enough so I made one to see what came out.