nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#558 RNG3 can infinitely loop, #2303

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

Should an RNG random state be initialized to 0, the randunit function will attempt to bit-shift the state to a value that is non-zero, and will continue attempting this until it succeeds. This caused an autotest to hang.

RNG3 needs to be adapted so that zero values are initialized, or throw exceptions.

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "mhauer":r2981

,

"mhauer": * status changed from new to closed