Skip to content

Swapped typedefs for pcg32_k64_fast & pcg32_k64_oneseq? #103

Description

@BJTor

Are these typedefs really correct? (lines 1905 & 1906 of pct_random.hpp):

typedef pcg_engines::ext_mcg_xsh_rs_64_32<6,32,true>        pcg32_k64_oneseq;
typedef pcg_engines::ext_oneseq_xsh_rs_64_32<6,32,true>     pcg32_k64_fast;

(note that pcg_32_k64_onseq is an ext_mcg engine, but pcg32_k64_fast is ext_oneseq. This seems at odds with other definitions where the 'fast' version always means an mcg engine)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions