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 }}
rust-random
/
rand
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
514
Star
2.1k
Code
Issues
16
Pull requests
2
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Move
XorShiftRng
to its own crate
- #557
#557
Merged
dhardy
merged 15 commits into
rust-random:master
rust-random/rand:master
from
vks:xorshift-crate
vks/rand:xorshift-crate
Copy head branch name to clipboard
Jul 24, 2018
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Move
XorShiftRng
to its own crate
#557
dhardy
merged 15 commits into
rust-random:master
rust-random/rand:master
from
vks:xorshift-crate
vks/rand:xorshift-crate
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2018
Move `XorShiftRng` to its own crate
Show description for a253a80
vks
committed
a253a80
View commit details
Copy full SHA for a253a80
Browse repository at this point
Commits on Jul 18, 2018
Use keywords consistent with other Rand crates
vks
committed
a385938
View commit details
Copy full SHA for a385938
Browse repository at this point
Make sure `XorShiftRng` is deprecated
vks
committed
2cf9acb
View commit details
Copy full SHA for 2cf9acb
Browse repository at this point
Fix benchmarks
vks
committed
9b069fe
View commit details
Copy full SHA for 9b069fe
Browse repository at this point
Fix deprecation warnings in benchmarks
vks
committed
2847c8a
View commit details
Copy full SHA for 2847c8a
Browse repository at this point
Fix broken links in docs
vks
committed
ecc6e66
View commit details
Copy full SHA for ecc6e66
Browse repository at this point
Fix compilation warning with serde
vks
committed
a3ac8d3
View commit details
Copy full SHA for a3ac8d3
Browse repository at this point
Commits on Jul 20, 2018
Fix serde tests for rand_isaac and rand_xorshift
vks
committed
2a658d9
View commit details
Copy full SHA for 2a658d9
Browse repository at this point
rand_xorshift: Add README
vks
committed
dac6227
View commit details
Copy full SHA for dac6227
Browse repository at this point
Enable more CI tests
Show description for ecd1867
vks
committed
ecd1867
View commit details
Copy full SHA for ecd1867
Browse repository at this point
The `rand` crate does not depend on serde or bincode anymore
vks
committed
e7b17dd
View commit details
Copy full SHA for e7b17dd
Browse repository at this point
Don't add std feature to rand_isaac and rand_xorshift
pitdicker
committed
29a9d1d
View commit details
Copy full SHA for 29a9d1d
Browse repository at this point
Commits on Jul 23, 2018
Fix serde tests
vks
committed
cb275bc
View commit details
Copy full SHA for cb275bc
Browse repository at this point
Commits on Jul 24, 2018
Simplify attributes
vks
committed
d2e7378
View commit details
Copy full SHA for d2e7378
Browse repository at this point
Prefer `SmallRng` in benchmarks
vks
committed
b846c30
View commit details
Copy full SHA for b846c30
Browse repository at this point
You can’t perform that action at this time.