Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
STL
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
11.1k
Code
Issues
565
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Implement ranges::sample and ranges::shuffle
- #1052
#1052
Merged
Casey Carter (CaseyCarter)
merged 17 commits into
microsoft:master
microsoft/STL:master
from
miscco:ranges_sample
miscco/STL:ranges_sample
Copy head branch name to clipboard
Jul 27, 2020
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Implement ranges::sample and ranges::shuffle
#1052
Casey Carter (CaseyCarter)
merged 17 commits into
microsoft:master
microsoft/STL:master
from
miscco:ranges_sample
miscco/STL:ranges_sample
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2020
Implement ranges::sample
Michael Schellenberger Costa (miscco)
committed
b74dc99
View commit details
Copy full SHA for b74dc99
Browse repository at this point
Commits on Jul 18, 2020
Need more sleep...
Show description for 948cc28
Michael Schellenberger Costa (miscco)
and
statementreply
authored
948cc28
View commit details
Copy full SHA for 948cc28
Browse repository at this point
Fix more bugs and move uniform_random_bit_generator to <algorithm>
Michael Schellenberger Costa (miscco)
committed
cadbab6
View commit details
Copy full SHA for cadbab6
Browse repository at this point
Commits on Jul 19, 2020
Fix bug and activate tests
Michael Schellenberger Costa (miscco)
committed
98482f7
View commit details
Copy full SHA for 98482f7
Browse repository at this point
Implement range::shuffle
Michael Schellenberger Costa (miscco)
committed
621f0db
View commit details
Copy full SHA for 621f0db
Browse repository at this point
Apply suggestions from code review
Show description for cb3ad76
Michael Schellenberger Costa (miscco)
and
statementreply
committed
cb3ad76
View commit details
Copy full SHA for cb3ad76
Browse repository at this point
Remove unneeded return value
Michael Schellenberger Costa (miscco)
committed
fb89c83
View commit details
Copy full SHA for fb89c83
Browse repository at this point
Do not walk over the same range twice
Michael Schellenberger Costa (miscco)
committed
f6187d4
View commit details
Copy full SHA for f6187d4
Browse repository at this point
Commits on Jul 21, 2020
Apply Caseys comments
Michael Schellenberger Costa (miscco)
committed
1dc0cc3
View commit details
Copy full SHA for 1dc0cc3
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into ranges_sample
Michael Schellenberger Costa (miscco)
committed
4705451
View commit details
Copy full SHA for 4705451
Browse repository at this point
Do not compare pointers
Michael Schellenberger Costa (miscco)
committed
1460d55
View commit details
Copy full SHA for 1460d55
Browse repository at this point
Directly rewrap the iterator
Michael Schellenberger Costa (miscco)
committed
c4ba2ac
View commit details
Copy full SHA for c4ba2ac
Browse repository at this point
Commits on Jul 22, 2020
More review comments
Michael Schellenberger Costa (miscco)
committed
52ccf31
View commit details
Copy full SHA for 52ccf31
Browse repository at this point
Should clean up after myself
Michael Schellenberger Costa (miscco)
committed
e47a3b6
View commit details
Copy full SHA for e47a3b6
Browse repository at this point
Casey's nitpick
Show description for 101b385
Casey Carter (CaseyCarter)
authored
101b385
View commit details
Copy full SHA for 101b385
Browse repository at this point
Commits on Jul 23, 2020
Apply review comments from STL
Michael Schellenberger Costa (miscco)
committed
cb15b41
View commit details
Copy full SHA for cb15b41
Browse repository at this point
Narf
Michael Schellenberger Costa (miscco)
committed
4896841
View commit details
Copy full SHA for 4896841
Browse repository at this point
You can’t perform that action at this time.