RandomTime
给出一天中的伪随机时间.
RandomTime[{timemin,timemax}]
给出时间 timemin 和 timemax 之间的伪随机时间.
RandomTime[time]
给出时间段 time 的开始和结束之间的伪随机时间.
RandomTime[quantity]
给出从现在到从现在开始持续时间 quantity 之间的伪随机时间.
RandomTime[range,n]
给出 n 个伪随机时间的列表.
更多信息和选项
- RandomTime 用于生成特定时间段(即给定的小时、分钟、秒或一组任意时间点)内的时间对象.
- RandomTime[{timemin,timemax}] 在 timemin 和 timemax 之间选择具有均匀概率分布的时间.
- RandomTime[time] 根据其粒度给出指定时间开始和结束之间的时间,等价于 RandomTime[DateBounds[time]]. time 的规范可以是 DateObject、TimeObject 或 DateInterval.
- RandomTime[quantity] 给出 Now 和 Now+quantity 之间的时间,其中 quantity 是使用带时间单位的 Quantity 指定的持续时间. RandomTime[{quantitymin,quantitymax}] 给出 Now+quantitymin 和 Now+quantitymax 之间的时间.
- RandomTime[range,{n1,n2,…}] 给出伪随机时间的 n1×n2×… 数组.
- 可以为生成时间指定以下选项:
-
DateGranularity Automatic 生成时间的粒度 TimeZone Automatic 生成时间的时区 - 每当您运行 Wolfram 语言时,RandomTime 都会给出不同的伪随机时间序列. 您可以使用 SeedRandom 从特定种子开始.
范例
打开所有单元关闭所有单元基本范例 (7)
选项 (2)
DateGranularity (1)
使用 DateGranularity"Minute" 生成伪随机分钟:
Wolfram Research (2022),RandomTime,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RandomTime.html.
文本
Wolfram Research (2022),RandomTime,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RandomTime.html.
CMS
Wolfram 语言. 2022. "RandomTime." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RandomTime.html.
APA
Wolfram 语言. (2022). RandomTime. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RandomTime.html 年