NixOS/nix

Use portable C++ Pseudorandom number generator

Offen

#10.541 geöffnet am 17.04.2024

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.293 Forks)batch import
good first issueportabilitywindows

Repository-Metriken

Stars
 (9.803 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7T 11h) (83 gemergte PRs in 30 T)

Beschreibung

Avoid calls to rand / srand / random / srandom and other things which are not portable to Windows

Originally posted by @edolstra in https://github.com/NixOS/nix/pull/8901#discussion_r1568529190

Contributor Guide