Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
Replaced std::random_shuffle with std::shuffle in tri by tybeller · Pull Request #24062 · matplotlib/matplotlib · GitHub
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
.
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.2k
Code
Issues
1.1k
Pull requests
423
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Replaced std::random_shuffle with std::shuffle in tri
- #24062
#24062
Merged
tacaswell
merged 14 commits into
matplotlib:main
matplotlib/matplotlib:main
from
tybeller:shuffleFix
tybeller/matplotlib:shuffleFix
Copy head branch name to clipboard
Oct 28, 2022
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Replaced std::random_shuffle with std::shuffle in tri
#24062
tacaswell
merged 14 commits into
matplotlib:main
matplotlib/matplotlib:main
from
tybeller:shuffleFix
tybeller/matplotlib:shuffleFix
Copy head branch name to clipboard
Commits
Commits on Sep 30, 2022
removed RandomNumberGenerator class, included <random>, replaced random_shuffle with shuffle and used mersenne twister engine to generate uniform random bit generator for the shuffle.
tybeller
committed
601d92a
View commit details
Copy full SHA for 601d92a
Browse repository at this point
Commits on Oct 2, 2022
Merge branch 'matplotlib:main' into shuffleFix
tybeller
authored
4bf6696
View commit details
Copy full SHA for 4bf6696
Browse repository at this point
Create 24062-tb.rst
Show description for 1ae3610
tybeller
authored
1ae3610
View commit details
Copy full SHA for 1ae3610
Browse repository at this point
Commits on Oct 4, 2022
Update doc/api/next_api_changes/behavior/24062-tb.rst
Show description for c8e0531
tybeller
and
ianthomas23
authored
c8e0531
View commit details
Copy full SHA for c8e0531
Browse repository at this point
Commits on Oct 5, 2022
Update doc/api/next_api_changes/behavior/24062-tb.rst
Show description for bd3dc8a
tybeller
and
oscargus
authored
bd3dc8a
View commit details
Copy full SHA for bd3dc8a
Browse repository at this point
Update 24062-tb.rst
tybeller
authored
4648dda
View commit details
Copy full SHA for 4648dda
Browse repository at this point
Commits on Oct 6, 2022
Update 24062-tb.rst
Show description for d77b191
tybeller
authored
d77b191
View commit details
Copy full SHA for d77b191
Browse repository at this point
Commits on Oct 10, 2022
Merge branch 'matplotlib:main' into shuffleFix
tybeller
authored
0427513
View commit details
Copy full SHA for 0427513
Browse repository at this point
Commits on Oct 12, 2022
Merge branch 'matplotlib:main' into shuffleFix
tybeller
authored
c4fb35e
View commit details
Copy full SHA for c4fb35e
Browse repository at this point
Update 24062-tb.rst
Show description for e096d5e
tybeller
authored
e096d5e
View commit details
Copy full SHA for e096d5e
Browse repository at this point
Commits on Oct 14, 2022
Merge branch 'matplotlib:main' into shuffleFix
tybeller
authored
cf0613b
View commit details
Copy full SHA for cf0613b
Browse repository at this point
removed random number generator from _tri.h
tybeller
authored
d2d0d11
View commit details
Copy full SHA for d2d0d11
Browse repository at this point
Update _tri.cpp
Show description for a06bae9
tybeller
authored
a06bae9
View commit details
Copy full SHA for a06bae9
Browse repository at this point
Commits on Oct 23, 2022
Update src/tri/_tri.h
oscargus
authored
3513a85
View commit details
Copy full SHA for 3513a85
Browse repository at this point
You can’t perform that action at this time.