Deck of cards that are encoded in bigint.

Remarks

the deck could be unencrypted, encrypted, or even double-encrypted.

Constructors

Properties

cards: bigint[]

Cards represented in bigint-s

Methods

  • Shuffles the deck randomly (Fisher–Yates shuffle)

    Parameters

    • Optional seed: number

    Returns void