v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
MyRandomNumberGenerator () | |
void | init (uint32_t seed=0x5688c73e) |
uint32_t | next () |
uint32_t | next (int max) |
bool | next (double threshold) |
Definition at line 43 of file test-strings.cc.
|
inline |
Definition at line 45 of file test-strings.cc.
References init().
|
inline |
Definition at line 49 of file test-strings.cc.
Referenced by MyRandomNumberGenerator().
|
inline |
Definition at line 61 of file test-strings.cc.
Referenced by next().
|
inline |
Definition at line 75 of file test-strings.cc.
References next().
|
inline |
Definition at line 79 of file test-strings.cc.