| 33 | |
| 34 | bool random_bool () { return RandomSampler_getInt (sampler) % 2; } |
| 35 | float random_float () { return RandomSampler_getFloat(sampler); } |
| 36 | int random_int () { return RandomSampler_getInt (sampler); } |
| 37 | Vec3fa random_Vec3fa() { return RandomSampler_get3D (sampler); } |
| 38 |
no test coverage detected