Searched refs:next_float_normal_sample_ (Results 1 – 3 of 3) sorted by relevance
84 next_float_normal_sample_{std::optional<float>()},92 next_float_normal_sample_.reset(); in set_current_seed()211 this->next_float_normal_sample_ = float_normal_sample; in set_state()246 if (this->next_float_normal_sample_) { in get_state()248 accum_state->next_float_normal_sample = *(this->next_float_normal_sample_); in get_state()287 return next_float_normal_sample_; in next_float_normal_sample()303 next_float_normal_sample_ = randn; in set_next_float_normal_sample()348 gen->set_next_float_normal_sample(next_float_normal_sample_); in clone_impl()
37 std::optional<float> next_float_normal_sample_; member
25 std::optional<float> next_float_normal_sample() { return next_float_normal_sample_; } in next_float_normal_sample()27 …void set_next_float_normal_sample(std::optional<float> randn) { next_float_normal_sample_ = randn;… in set_next_float_normal_sample()41 std::optional<float> next_float_normal_sample_; member