当前位置:网站首页>PHP wechat red packet grabbing algorithm
PHP wechat red packet grabbing algorithm
2022-07-02 22:28:00 【Game programming】
php Wechat red packet algorithm
function qiangHongbao() { $total=10;// Total $num=8;// Divide into 8 Red envelopes , Support 8 People receive at random $min=0.01;// Everyone can at least receive 0.01 element for ($i=1;$i<$num;$i++) { $safe_total=($total-($num-$i)*$min)/($num-$i);// Random safety upper limit $money=mt_rand($min*100,$safe_total*100)/100; $total=$total-$money; echo ' The first '.$i.' Red envelopes :'.$money.' element , balance :'.$total.' element <br/>'; } echo ' The first '.$num.' Red envelopes :'.$total.' element , balance :0 element '; }// Output results // The first 1 Red envelopes :0.08 element , balance :9.92 element // The first 2 Red envelopes :0.82 element , balance :9.1 element // The first 3 Red envelopes :1.4 element , balance :7.7 element // The first 4 Red envelopes :0.87 element , balance :6.83 element // The first 5 Red envelopes :1.07 element , balance :5.76 element // The first 6 Red envelopes :2.47 element , balance :3.29 element // The first 7 Red envelopes :1.01 element , balance :2.28 element // The first 8 Red envelopes :2.28 element , balance :0 element author :. Week week
Game programming , A game development favorite ~
If the picture is not displayed for a long time , Please use Chrome Kernel browser .
边栏推荐
- "New programmer 003" was officially launched, and the cloud native and digital practical experience of 30+ companies such as Huawei and Alibaba
- [001] [arm-cortex-m3/4] internal register
- 腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?
- The failure rate is as high as 80%. What should we do about digital transformation?
- Market Research - current market situation and future development trend of genome editing mutation detection kit
- Market Research - current situation and future development trend of carob chocolate market
- "Actbert" Baidu & Sydney University of technology proposed actbert to learn the global and local video text representation, which is effective in five video text tasks!
- Share how to make professional hand drawn electronic maps
- Learn computer knowledge from scratch
- Market Research - current situation and future development trend of cell-based seafood market
猜你喜欢
![[shutter] shutter resource file use (import resource pictures | use image resources)](/img/e9/94ae2e3ee315f490eb3cf14bcf2e49.jpg)
[shutter] shutter resource file use (import resource pictures | use image resources)

"New programmer 003" was officially launched, and the cloud native and digital practical experience of 30+ companies such as Huawei and Alibaba

Pointer and string
![[shutter] shutter application life cycle (foreground state resumed | background state paused | inactive | component separation state detached)](/img/4c/c8dae41fc2eb18b5153cf36861fc7d.jpg)
[shutter] shutter application life cycle (foreground state resumed | background state paused | inactive | component separation state detached)

tinymce可视化编辑器增加百度地图插件

Introduction to the principle of geographical detector

基于ASP.net的手机销售管理系统(二手手机销售管理系统)+ASP.NET+C#语言+VS2010+数据库可以用于课设、毕设学习

"Actbert" Baidu & Sydney University of technology proposed actbert to learn the global and local video text representation, which is effective in five video text tasks!
![[staff] Sibelius 7.5.1 score software installation (software download | software installation)](/img/1a/4932a7931c54248c065cf8a1462d34.jpg)
[staff] Sibelius 7.5.1 score software installation (software download | software installation)

Ransack combined condition search implementation
随机推荐
Micro service gateway selection, please accept my knees!
Etcd raft protocol
Evolution of messaging and streaming systems under the native tide of open source cloud
Market Research - current situation and future development trend of anti-counterfeiting label market
Une semaine de vie
关于PHP-数据库的 数据读取,Trying to get property 'num_rows' of non-object?
The book "new programmer 002" is officially on the market! From "new database era" to "software defined car"
记录一下微信、QQ、微博分享web网页功能
[shutter] shutter custom fonts (download TTF fonts | pubspec.yaml configure font resources | synchronize resources | globally apply fonts | locally apply fonts)
pip安装whl文件报错:ERROR: ... is not a supported wheel on this platform
[Jianzhi offer] 57 And are two numbers of S
Web side defense Guide
ServiceMesh主要解决的三大痛点
"New programmer 003" was officially launched, and the cloud native and digital practical experience of 30+ companies such as Huawei and Alibaba
Kubernetes resource object introduction and common commands (4)
Web侧防御指南
[shutter] shutter application theme (themedata | dynamic modification theme)
LxC terminal login method
A specially designed loss is used to deal with data sets with unbalanced categories
The source code of the daily book analyzes the design idea of Flink and solves the problems in Flink