Created
July 20, 2020 16:55
-
-
Save Kevinpgalligan/2d719056e81d1efb3554f1e92c2a8f0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CL-USER> (load "/home/kg/test.lisp") | |
To load "random-state": | |
Load 1 ASDF system: | |
random-state | |
; Loading "random-state" | |
Distribution for range 0..1 | |
0 0.500334 | |
1 0.499666 | |
Distribution for range 0..2 | |
0 0.334422 | |
1 0.333172 | |
2 0.332406 | |
Distribution for range 0..3 | |
0 0.251221 | |
1 0.249776 | |
2 0.249429 | |
3 0.249574 | |
Distribution for range 0..4 | |
0 0.199265 | |
1 0.199292 | |
2 0.199656 | |
3 0.199927 | |
4 0.20186 | |
Distribution for range 0..5 | |
0 0.166025 | |
1 0.166846 | |
2 0.166561 | |
3 0.16586 | |
4 0.16839 | |
5 0.166318 | |
Distribution for range 0..1 | |
0 0.500449 | |
1 0.499551 | |
Distribution for range 0..2 | |
0 0.333194 | |
1 0.333219 | |
2 0.333587 | |
Distribution for range 0..3 | |
0 0.249431 | |
1 0.249997 | |
2 0.250705 | |
3 0.249867 | |
Distribution for range 0..4 | |
0 0.199507 | |
1 0.201136 | |
2 0.200734 | |
3 0.199548 | |
4 0.199075 | |
Distribution for range 0..5 | |
0 0.16627 | |
1 0.166843 | |
2 0.166549 | |
3 0.167153 | |
4 0.166159 | |
5 0.167026 | |
T | |
CL-USER> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment