Author Topic: I have a stupid little thing you can do.  (Read 4532 times)

Well I don't have any six sided dice so I guess I will just make up numbers.

8... 32... -4.

Do I win?


http://www.random.org/dice/ For those without readily available dice.

I made something like it in Basic:

Code: [Select]
;The program rolls three die for you and shows the result
AppTitle "Dice Roller"

;Functions have local variables, this overrides that
Global nDice1%, nDice2%, nDice3%

;Sets up the variables
Variables()

;Shows the results
Results()

;Lets the user see the results before it closes
WaitKey
End

Function Variables()
SeedRnd MilliSecs() ;Makes the numbers random (or as random as they can be)
nDice1% = Rand(1,6) ;Assigns each dice
nDice2% = Rand(1,6) ;a random number
nDice3% = Rand(1,6) ;between 1 and 6
End Function

Function Results()
Print nDice1% + ", " + nDice2% + ", " + nDice3% ;Prints each number seperated by a comma
End Function

I got 116 c:


The devil does not have a number. 666 is the number of the beast.

666 is just a number.

141

Must mean I'm a demon in the sack...


1st: 562
2nd: 211
3rd: 643
4th: 614
5th: 435

I think the 2nd time must have been a fluke.
But in all seriousness, it's all probability, no spiritual nonsense.


I have rolled the numbers of 6 1 6

>Roll dice
>Get 642
>Think hard
>"Hey guys I got 246!"


i bought dice and then put them in a blender