How To Shuffle Cards (and how not to)

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 5

  • @eliphillips4392
    @eliphillips4392 2 года назад +1

    How does this only have 268 views?! This is amazingly animated, well explained and all around amazing. Great video.

  • @MattHorton
    @MattHorton Год назад +1

    The stuff you're making is incredible. Please do the 3d card effect with 3d objects!

  • @AwataraGame
    @AwataraGame 2 года назад

    Good job @SilverlyBee!

  • @ninosandlarz783
    @ninosandlarz783 2 года назад

    Really nice video ! By curiosity, what are the benefits of this implementation compared to :
    using System.Linq;
    Random random = new Random();
    shuffledDeck = deck.OrderBy(c => random.Next());