Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Random number generator bug when seeded #921

@CatchemAL

Description

@CatchemAL
var rng1 = ZigguratNormalGenerator();
var num1 = rng1.Generate(); // works

var rng2 = ZigguratNormalGenerator(seed: 2);
var num2 = rng2.Generate(); // doesn't 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions