| 83 | } |
| 84 | |
| 85 | __forceinline float RandomSampler_getFloat(RandomSampler& self) { |
| 86 | return (float)RandomSampler_getInt(self) * 4.656612873077392578125e-10f; |
| 87 | } |
| 88 | |
| 89 | __forceinline float RandomSampler_get1D(RandomSampler& self) { |
| 90 | return RandomSampler_getFloat(self); |
no test coverage detected