[Insight-developers] itkFastRandomUnitNormalVariateGeneratorTest failing on 64 bit sy stem

Lorensen, William E (CRD) lorensen@crd.ge.com
Tue, 26 Mar 2002 07:33:02 -0500


Jisung,
The subject test is timing out on a 64 bit SGI build. I noticed that the FastNorm method does some
manipulation with hex numbers. It never returns from this method...

Also, this code does not conform to itk style. For example, ivars do not begin with m_ and
comditional clauses are not bracked with {}. Also the code is full of goto's. Are they necessary?

Bill