Found. Now cygwin passed all 21 tests. Problem on cygwin in compile script, config.h always empty because there is a.exe :)
Geronimo, latest cygwin, 32bit - testmisc failed: Major version = 4 Minor version = 3 Very minor version= 0 Patch level = 0 shuffle expect 32104 got 20440030 succeed = 20 ; skip = 0 ; fail = 1 As you can see on my previous post I especially tested on 32bit, x86 on Void Linux it was ok. This is something specific to cygwin.
Geronimo, I am having fun with gjrand. Walking around and playing with sources. Goal: compile and try testmisc: Address, Memory, undefined sanitizers from clang10 (asan, msan, ubsan) - ok x64, compilers: gcc9, clang10, Intel compiler - ok Void Linux (x64, x86) - ok Solaris 11, SPARC, gcc - ok Netbsd 9, x64, gcc - ok
Ha, indeed. Thanks
cmake ... make make test all above passed successfully. make doc -> empty output cat Makefile | grep doc -> empty output Looks like 'doc' goal was not generated.
doc generation
new implementation: https://bitbucket.org/mihailp/zig-sfc/src/
hi all, I've implement jsf and sfc RNGs (64bit versions) on PicoLisp. Tests passed. https://bitbucket.org/mihailp/tankfeeder/src/default/rng/?at=default Also buildin (rand) function in PicoLisp (from D.Knuth book) passed all tests too. Update: sep2017 - i've implement sfc on zig too: https://bitbucket.org/mihailp/zig-sfc/src (mike)