From dbdb940ab6c624820f295a1ee419fecbce075b86 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 7 Oct 2020 06:39:32 -0700 Subject: random: add tests validating WELL512a. * tests/013/well512a.tl: New file. * tests/013/well512a.expected: New file. --- tests/013/well512a.tl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/013/well512a.tl (limited to 'tests/013/well512a.tl') 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)))) -- cgit v1.2.3