summaryrefslogtreecommitdiffstats
path: root/tests/013/well512a.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/013/well512a.tl')
-rw-r--r--tests/013/well512a.tl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/013/well512a.tl b/tests/013/well512a.tl
new file mode 100644
index 00000000..3f238925
--- /dev/null
+++ b/tests/013/well512a.tl
@@ -0,0 +1,8 @@
+(let ((rs (make-random-state #(#x01010101 #x11111111 #x22222222 #x33333333
+ #x44444444 #x55555555 #x66666666 #x77777777
+ #x88888888 #x99999999 #xAAAAAAAA #xBBBBBBBB
+ #xCCCCCCCC #xDDDDDDDD #xEEEEEEEE #xFFFFFFFF
+ 0)))
+ (mod (expt 2 32)))
+ (for ((i 0)) ((< i 16)) ((inc i))
+ (pprinl (rand mod rs))))