Lines Matching refs:NextFloatSignedOne
318 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
327 …)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSignedOne())); in GetEmissionCount()
381 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
390 …)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSignedOne())); in GetEmissionCount()
614 position.x = random->NextFloatSignedOne(); in CalcCubeForm()
615 position.y = random->NextFloatSignedOne(); in CalcCubeForm()
616 position.z = random->NextFloatSignedOne(); in CalcCubeForm()
638 f32 r = random->NextFloatSignedOne(); in CalcCubeForm()
639 f32 s = random->NextFloatSignedOne(); in CalcCubeForm()
667 position.x = random->NextFloatSignedOne(); in CalcCubeForm()
668 position.y = random->NextFloatSignedOne(); in CalcCubeForm()
669 position.z = random->NextFloatSignedOne(); in CalcCubeForm()
803 position.y = random->NextFloatSignedOne(); in CalcCylinderForm()
1120 position.x = random->NextFloatSignedOne(); in CalcRectangleForm()
1121 position.z = random->NextFloatSignedOne(); in CalcRectangleForm()
1128 f32 r = random->NextFloatSignedOne() * 2.0f * in CalcRectangleForm()
1171 position.x = random->NextFloatSignedOne(); in CalcRectangleForm()
1172 position.z = random->NextFloatSignedOne(); in CalcRectangleForm()