You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to draw a card of a shuffle deck, then reshuffle and repeat this process n times. With this approach the probability to draw a card would be 1/52 on every request and would not increase with every drawn card.
I'm using a workaround where I do this manually in a loop, but I though this would be a cool functionality to add...
The text was updated successfully, but these errors were encountered:
On Wed, May 18, 2022 at 8:47 AM Noah ***@***.***> wrote:
I'd like to draw a card of a shuffle deck, then reshuffle and repeat this
process n times. With this approach the probability to draw a card would
be 1/52 on every request and would not increase with every drawn card.
I'm using a workaround where I do this manually in a loop, but I though
this would be a cool functionality to add...
—
Reply to this email directly, view it on GitHub
<#117>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMQLHTNTQRFN5GO6ZJMG6TVKT7IVANCNFSM5WIXVICA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
However this would still be a cool feature to have. I was surprised that this functionality wasn't implemented yet, since I though this is a normal use case. As you said you can pull a random number out of 52 in the background. But I think it would be cleaner to access this functionality over the API.
I'd like to draw a card of a shuffle deck, then reshuffle and repeat this process
n
times. With this approach the probability to draw a card would be 1/52 on every request and would not increase with every drawn card.I'm using a workaround where I do this manually in a loop, but I though this would be a cool functionality to add...
The text was updated successfully, but these errors were encountered: