stendardo

Results 2 issues of stendardo

Commands/Traceback h2xml.py -I /path/to/flac/include/ FLAC/all.h -o flac.xml #works xml2cython.py -l 'FLAC' -o flac.pyx FLAC/all.h flac.xml Ignoring _IO_FILE Item not handled for cy_generate Item not handled for cy_generate Item not handled...

Hi, looking at your code I noticed the line: `this.animation._stopAngle = Math.floor((Math.random() * 359));` According to the definition of Math.random() (see ) The Math.random() function returns a floating-point, pseudo-random number...