generates a random number on [0, 1) with 53-bit resolution */
| 112 | |
| 113 | /* generates a random number on [0, 1) with 53-bit resolution */ |
| 114 | inline double GenRandReal4() noexcept { |
| 115 | return ::NPrivate::ToRandReal4(Engine().GenRand64()); |
| 116 | } |
| 117 | |
| 118 | // compatibility stuff |
| 119 | inline TResult operator()() noexcept { |