PHP mt_srand() 函数

PHP 教程 · 2019-01-27 07:57:37

实例

播种随机数生成器:

<?php
mt_srand(mktime());
echo(mt_rand());
?>

定义和用法

mt_srand() 函数播种 Mersenne Twister 随机数生成器。

提示:从 PHP 4.2.0 开始,随机数生成器自动播种,因此没有必要使用该函数。

语法

mt_srand(seed);

参数 描述
seed 可选。规定播种值。

技术细节

返回值: 无。
返回类型: -
PHP 版本: 4+
PHP 更新日志: PHP 4.2.0:随机数生成器自动播种。

点击查看所有 PHP 教程 文章: https://www.codercto.com/courses/l/5.html

查看所有标签

Getting Real

Getting Real

Jason Fried、Heinemeier David Hansson、Matthew Linderman / 37signals / 2009-11-18 / USD 24.99

Getting Real details the business, design, programming, and marketing principles of 37signals. The book is packed with keep-it-simple insights, contrarian points of view, and unconventional approaches......一起来看看 《Getting Real》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具