Paste: MT fail

Author: pruned
Mode: factor
Date: Sun, 13 Feb 2011 13:32:33
Plain Text |
( scratchpad ) 10 iota [ drop cmwc-4096 [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 7 6 6 8 7 8 7 7 6 6 }
( scratchpad ) 10 iota [ drop cmwc-4096 [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 7 6 6 7 6 7 7 7 6 6 }
( scratchpad ) 10 iota [ drop system-random-generator get [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 7 7 6 8 7 6 7 8 7 6 }
( scratchpad ) 10 iota [ drop 100 <blum-blum-shub> [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 6 6 6 7 6 8 7 7 6 7 }
( scratchpad ) 10 iota [ <mersenne-twister> [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 18 18 16 16 17 17 16 16 18 16 }
( scratchpad ) 10 iota [ <sfmt-19937> [ 10000 [ 10000 random ] replicate ] with-random histogram values histogram keys supremum ] map .
{ 17 18 19 17 19 17 17 19 18 19 }

New Annotation

Summary:
Author:
Mode:
Body: