How To Shuffle Cards (and how not to)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 5

  • @MattHorton
    @MattHorton 2 ปีที่แล้ว +1

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

  • @eliphillips4392
    @eliphillips4392 2 ปีที่แล้ว +1

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

  • @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());