emojicode / emojicode

πŸ˜€πŸ˜œπŸ”‚ World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how do you use the random number generator

opened this issue Β· comments

⭐️ Proposed change

I'm new to emojicode and want to use the random number generator.

πŸ€” Rationale

Could someone show me an example of how to use it.

commented

Have a look at the 🍨 🐹 (Fisher-Yates shuffle) implementation in the s package:

πŸ†•πŸŽ°β—οΈ ➑️ prng
πŸ“data❓ ➑️ count
πŸ”‚ i πŸ†•β© 0 count❗️ πŸ‡
πŸ”’ prng 0 count βž– 1❗️ ➑️ x
☣️ πŸ‡
πŸ”„πŸ‘‡ i x❗️
πŸ‰
πŸ‰

Thank you so much.