Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
[ $ "bigrat.qky" loadfile ] now!
|
||||
|
||||
[ [ 64 bit ] constant
|
||||
dup random dup *
|
||||
over random dup * +
|
||||
swap dup * < ] is hit ( --> b )
|
||||
|
||||
[ 0 swap times
|
||||
[ hit if 1+ ] ] is sims ( n --> n )
|
||||
|
||||
[ dup echo say " trials "
|
||||
dup sims 4 *
|
||||
swap 20 point$ echo$ cr ] is trials ( n --> )
|
||||
|
||||
' [ 10 100 1000 10000 100000 1000000 ] witheach trials
|
||||
Loading…
Add table
Add a link
Reference in a new issue