Home
last modified time | relevance | path

Searched refs:pcg_state_64 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/pcg-c/include/
H A Dpcg_variants.h343 struct pcg_state_64 { struct
546 static inline void pcg_oneseq_64_step_r(struct pcg_state_64* rng) in pcg_oneseq_64_step_r()
558 static inline void pcg_mcg_64_step_r(struct pcg_state_64* rng) in pcg_mcg_64_step_r()
569 static inline void pcg_unique_64_step_r(struct pcg_state_64* rng) in pcg_unique_64_step_r()
1554 pcg_oneseq_64_rxs_m_xs_64_boundedrand_r(struct pcg_state_64* rng, in pcg_oneseq_64_rxs_m_xs_64_boundedrand_r()
1633 pcg_unique_64_rxs_m_xs_64_boundedrand_r(struct pcg_state_64* rng, in pcg_unique_64_rxs_m_xs_64_boundedrand_r()
2249 pcg_oneseq_64_xsl_rr_rr_64_boundedrand_r(struct pcg_state_64* rng, in pcg_oneseq_64_xsl_rr_rr_64_boundedrand_r()
2368 typedef struct pcg_state_64 pcg32s_random_t;
2369 typedef struct pcg_state_64 pcg32u_random_t;
2370 typedef struct pcg_state_64 pcg32f_random_t;
[all …]