rand.c: Implement the `passes' property of the `DSARand' generator.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 13:07:34 +0000 (13:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:51:33 +0000 (17:51 +0000)
commit85b62bfa0154f30a9359831663f45e8f6bbe3fe6
tree1374234e29e6b4c42452f007689037feca30cbb2
parenta6bd51d5a77eac779f8c917bbba08fa841837bc7
rand.c: Implement the `passes' property of the `DSARand' generator.

This has always been present in the C library, but wasn't surfaced in
Python, which seems like a poor show.
rand.c
t/t-rand.py