v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::MathRandom::State Struct Reference

#include <math-random.h>

Collaboration diagram for v8::internal::MathRandom::State:

Public Attributes

uint64_t s0
 
uint64_t s1
 

Detailed Description

Definition at line 27 of file math-random.h.

Member Data Documentation

◆ s0

uint64_t v8::internal::MathRandom::State::s0

Definition at line 28 of file math-random.h.

◆ s1

uint64_t v8::internal::MathRandom::State::s1

Definition at line 29 of file math-random.h.


The documentation for this struct was generated from the following file: