[llvm] [libc][bazel] Add Bazel rules for rand/srand functions. (PR #159617)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 10:51:49 PDT 2025


jhuber6 wrote:

If this is only for internal it would probably be better to make an internal randomness function that takes the state as an argument instead of it being a global. I already do that in a few places.

https://github.com/llvm/llvm-project/pull/159617


More information about the llvm-commits mailing list