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
Accelerator
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 }}
TimWolla
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Randomize better checking
- #1
#1
Closed
Danack
wants to merge 11 commits into
TimWolla:randomizer-nextFloat
TimWolla/php-src:randomizer-nextFloat
from
Danack:randomize-better_checking
Danack/php-src:randomize-better_checking
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Randomize better checking
#1
Danack
wants to merge 11 commits into
TimWolla:randomizer-nextFloat
TimWolla/php-src:randomizer-nextFloat
from
Danack:randomize-better_checking
Danack/php-src:randomize-better_checking
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2022
Add Randomizer::nextFloat()
TimWolla
committed
ae5e230
View commit details
Copy full SHA for ae5e230
Browse repository at this point
Commits on Oct 10, 2022
Check that doubles are IEEE-754 in Randomizer::nextFloat()
TimWolla
committed
7fb6ba2
View commit details
Copy full SHA for 7fb6ba2
Browse repository at this point
Add Randomizer::nextFloat() tests
TimWolla
committed
985a7fa
View commit details
Copy full SHA for 985a7fa
Browse repository at this point
Commits on Oct 12, 2022
Add Randomizer::getFloat() implementing the y-section algorithm
Show description for 786cfaf
TimWolla
committed
786cfaf
View commit details
Copy full SHA for 786cfaf
Browse repository at this point
Commits on Oct 13, 2022
Fix error message in Randomizer::getFloat()
TimWolla
committed
ca10d6c
View commit details
Copy full SHA for ca10d6c
Browse repository at this point
Fix method order in randomizer.c
TimWolla
committed
5a6b02e
View commit details
Copy full SHA for 5a6b02e
Browse repository at this point
Simplify `nextafter()` to `nextup()` / `nextdown()`
TimWolla
committed
3ad1788
View commit details
Copy full SHA for 3ad1788
Browse repository at this point
Implement getFloat_gamma() optimization
Show description for 1be43c1
TimWolla
committed
1be43c1
View commit details
Copy full SHA for 1be43c1
Browse repository at this point
Commits on Oct 16, 2022
Functions/methods should either work or not be present. Probably.
Danack
committed
5ed75dc
View commit details
Copy full SHA for 5ed75dc
Browse repository at this point
Skip tests when nextfloat unavailable.
Danack
committed
6d49d30
View commit details
Copy full SHA for 6d49d30
Browse repository at this point
Fix nextFloat test syntax
TimWolla
authored
eb49d8d
View commit details
Copy full SHA for eb49d8d
Browse repository at this point
You can’t perform that action at this time.