Searched refs:rndf (Results 1 – 1 of 1) sorted by relevance
131 static double rndf( void );595 static double rndf( void ) // 0 <= rndf() < 1 in rndf() function625 x1 = 2.0 * rndf() - 1.0; in BoxMuller()626 x2 = 2.0 * rndf() - 1.0; in BoxMuller()734 prt->vVel.x = (float)(2 * rndf())-1; in ParticleEmit()735 prt->vVel.z = (float)(2 * rndf())-1; in ParticleEmit()