diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2015-07-30 15:31:04 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2015-07-30 15:31:04 +0200 |
| commit | f4a3b09992a66d5cc71f1511ae3bf302235bdf1a (patch) | |
| tree | 55ea7244d3103b6b207fab4424a14e1b1ec4ede8 /Tausworthe.py | |
| parent | added LICENSE (diff) | |
| download | SyncRNG-f4a3b09992a66d5cc71f1511ae3bf302235bdf1a.tar.gz SyncRNG-f4a3b09992a66d5cc71f1511ae3bf302235bdf1a.zip | |
remove test code
Diffstat (limited to 'Tausworthe.py')
| -rw-r--r-- | Tausworthe.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tausworthe.py b/Tausworthe.py index f61fc70..303f358 100644 --- a/Tausworthe.py +++ b/Tausworthe.py @@ -14,9 +14,3 @@ class TauswortheRNG(object): def rand(self): return self.randi() * 2.3283064365387e-10 - - -if __name__ == '__main__': - t = TauswortheRNG(112339) - for i in range(1000000): - print(t.randi()) |
