commit | b90d2839112950b8939acdf5e3fc304943042418 | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@webrtc.org> | Wed Sep 10 07:46:05 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 10 17:49:34 2025 |
tree | 16ba43c5578d80f32e147791cba17bfde94c38ec | |
parent | a7b98c3b65d2f7121592f600000d6dc722a297be [diff] |
Revert "Use absl::BitGen to generate Random's seed" This reverts commit f2556b4ffe51bc25bfa99771801800ddb71aad8e. Reason for revert: absl::BitGen has issues seeding on Windows10 Chromium render process. https://ci.chromium.org/ui/p/chromium/builders/webrtc.fyi/WebRTC%20Chromium%20FYI%20Win10%20Tester/18543/test-results Original change's description: > Use absl::BitGen to generate Random's seed > > This adds a default constructor to Random which uses absl::BitGet to > generate its own seed. This allows us to replace places where the > current time was used to set a seed. > > Bug: webrtc:441137274 > Change-Id: I5afeca99b2fee5e5a2a0b31043ee0c81c00af5cc > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408005 > Commit-Queue: Evan Shrubsole <eshr@webrtc.org> > Auto-Submit: Evan Shrubsole <eshr@webrtc.org> > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#45588} Bug: webrtc:441137274 Change-Id: I7acb39e56cfb119742a2b36f053abd1a43781417 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408903 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45619}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.