NixOS/nix

Use portable C++ Pseudorandom number generator

Open

#10.541 aberto em 17 de abr. de 2024

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)C++ (1.293 forks)batch import
good first issueportabilitywindows

Métricas do repositório

Stars
 (9.803 stars)
Métricas de merge de PR
 (Mesclagem média 4d 12h) (86 fundiu PRs em 30d)

Description

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

Guia do colaborador