FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Create random function and implement simple blackjack #54

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

rand function should take a range to generate in, or generate a random float from 0-1 if no arguments are passed

FuzzyNovaGoblin commented 1 year ago

Progress Update

there is a rand function but it doesn't take in a range yet, only the default float from 0 to 1 is implemented this is waiting on #68 to implement the range feature