| 89 | |
| 90 | namespace internal{ |
| 91 | inline attribute_hidden unsigned long enterRNGScope(){ |
| 92 | typedef unsigned long (*Fun)(void); |
| 93 | static Fun fun = GET_CALLABLE("enterRNGScope"); |
| 94 | return fun(); |
| 95 | } |
| 96 | |
| 97 | inline attribute_hidden unsigned long exitRNGScope(){ |
| 98 | typedef unsigned long (*Fun)(void); |