[roll] Roll fuchsia [kernel][ktl] Add shuffle to algorithm.h

std::shuffle, unlike the deprecated std::random_shuffle, requires the
random generator be provided, and has no usage of global state.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270504
Original-Revision: 8f0cda072573e95293ae5e94f86d090b8bbba84c
GitOrigin-RevId: 8ce5652e43c3f674c6f13df240c3dc2042c7bf42
Change-Id: I10232ad22f0523582f3c63f09eb22ead6f4af50d
1 file changed
tree: 93ae5b416e8421028dfee43b0a6f600f46d1c834
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.