Skip to content

Replace rand() with a better implementation #444

Description

@ProgerXP

Replace rand() in n2e_GenerateRandom(), srand() and rand() in EditSortLines() and srand() in n2e_Init(). There are better yet small quality generators: https://github.com/bryc/code/blob/master/jshash. There is also the well known MT generator: http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/emt.html. Pick any that you like.

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