Searched defs:CPUGeneratorImplStateLegacy (Results 1 – 1 of 1) sorted by relevance
18 struct CPUGeneratorImplStateLegacy { struct20 uint64_t the_initial_seed;21 int left; /* = 1; */22 int seeded; /* = 0; */23 uint64_t next;25 uint64_t state[at::MERSENNE_STATE_N]; /* the array for the state vector */30 double normal_x;31 double normal_y;32 double normal_rho;33 int normal_is_valid; /* = 0; */