![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/utils/random-number-generator.h"
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <new>
#include "src/base/bits.h"
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/time.h"
#include "src/base/platform/wrappers.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::base |
Functions | |
static std::vector< uint64_t > | v8::base::ComplementSample (const std::unordered_set< uint64_t > &set, uint64_t max) |
Variables | |
static LazyMutex | v8::base::entropy_mutex = LAZY_MUTEX_INITIALIZER |
static RandomNumberGenerator::EntropySource | v8::base::entropy_source = nullptr |