Today’s function is DICE_ROLL. Returns random values from the required number of dice
=LAMBDA(numberOfDice,
INDEX({"⚀","⚁","⚂","⚃","⚄","⚅"},RANDARRAY(numberOfDice,1,1,6,TRUE)))
-----
LAMBDA(a,CHOOSE(RANDARRAY(a,1,1,6,TRUE),"⚀","⚁","⚂","⚃","⚄","⚅"))=
مدونة مجانية غير هادفة للربح تهتم بنشر العلم في مجال الضرائب والقانون المصري واالمحاسبة والمراجعة والهدف المنشود محاولة تنظيم الكم الضخم من المعلومات المحاسبية والضريبية على الانترنت للتيسير على الباحثين
Today’s function is DICE_ROLL. Returns random values from the required number of dice
BY / Mark Proctor
Mark Proctor=LAMBDA(numberOfDice,
INDEX({"⚀","⚁","⚂","⚃","⚄","⚅"},RANDARRAY(numberOfDice,1,1,6,TRUE)))
-----
LAMBDA(a,CHOOSE(RANDARRAY(a,1,1,6,TRUE),"⚀","⚁","⚂","⚃","⚄","⚅"))=
ليست هناك تعليقات:
إرسال تعليق