use this to test probability (use turbo mode+better pen) infinite variables and calculations! -->> keys <<-- Space: Run | Up arrow: Draw while running (SLOW) A: Hide/show necessary variables B: Hide/show unnecessary variables R: Show Result -->> variables & lists <<-- Sample Size: How many times to run Calculations Result: averaged probability Variables: (examples: 1, 3/4, 17) - it is the randomness. stores its result in the list Results - if fraction(like 1/4), it will pick a whole number from 1 to the denominator then result 1 if the numerator is equal or greater. - if number(like 7), it will pick a whole number from 1 to the chosen number and result that Calculate: (examples: 1=2, 3&4, !17|12, etc) - The numbers are referring to the index of the Variables. The results go into the list s.Results as 1=true and 0=false - types: =, &, |, x, >, <, g, l - "=" means "equals" it checks if variables are equal (example: if index 1 is 17 and index 2 is also 17 it will output 1) - "&" means "and" it checks if variables are both 1 or higher - "|" means "or" check if any var is >1 - "x" means "not equal" or "xor" . checks if result differs - ">" and "<" are exactly what you think it is - "g" and "l" are "greater or equal" & "less or equal" made with love and heart and star and remix and share and add to studio and copy link and comment