The unified diff between revisions [636b767b..] and [cbf9e103..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'checks/pk.cpp'

#
#
# patch "checks/pk.cpp"
#  from [306b221e18047cb7245a057e775e387d3e7843cf]
#    to [29d3ee1e629ecb164b57caf11f80703043ec1bbe]
#
============================================================
--- checks/pk.cpp	306b221e18047cb7245a057e775e387d3e7843cf
+++ checks/pk.cpp	29d3ee1e629ecb164b57caf11f80703043ec1bbe
@@ -37,6 +37,8 @@ class Fixed_Output_RNG : public RandomNu
 class Fixed_Output_RNG : public RandomNumberGenerator
    {
    public:
+      bool is_seeded() const { return true; }
+
       byte random()
          {
          if(position < output.size())