Why aren't the cards being randomized in my C implementation of Blackjack?

后端 未结 0 1182
旧巷少年郎
旧巷少年郎 2020-12-03 05:10
#include 
#include 
#include 

int shuffle(int cards[]) //shuffle function to randomize deck
{
    int a;
    int b;
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题