From d0fa0ff8feea29fa75da4003cfc152947571d7a2 Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 8 Jul 2010 19:31:25 +0000 Subject: [PATCH 1/1] Better RNG test. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@675 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.em260 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/goodfet.em260 b/client/goodfet.em260 index c792bf6..46417d6 100755 --- a/client/goodfet.em260 +++ b/client/goodfet.em260 @@ -49,11 +49,13 @@ if(sys.argv[1]=="test"): for foo in range(0,4): print "%04x" % client.rand16(); if(sys.argv[1]=="randtest"): - print "Some random numbers from EZSP." + print "# Even Odd" max=2**33; foo=0; while foo