RandomTime

RandomTime[]

给出一天中的伪随机时间.

RandomTime[{timemin,timemax}]

给出时间 timemintimemax 之间的伪随机时间.

RandomTime[time]

给出时间段 time 的开始和结束之间的伪随机时间.

RandomTime[quantity]

给出从现在到从现在开始持续时间 quantity 之间的伪随机时间.

RandomTime[range,n]

给出 n 个伪随机时间的列表.

更多信息和选项

  • RandomTime 用于生成特定时间段(即给定的小时、分钟、秒或一组任意时间点)内的时间对象.
  • RandomTime[{timemin,timemax}]timemintimemax 之间选择具有均匀概率分布的时间.
  • RandomTime[time] 根据其粒度给出指定时间开始和结束之间的时间,等价于 RandomTime[DateBounds[time]]. time 的规范可以是 DateObjectTimeObjectDateInterval.
  • RandomTime[quantity] 给出 NowNow+quantity 之间的时间,其中 quantity 是使用带时间单位的 Quantity 指定的持续时间. RandomTime[{quantitymin,quantitymax}] 给出 Now+quantityminNow+quantitymax 之间的时间.
  • RandomTime[range,{n1,n2,}] 给出伪随机时间的 n1×n2× 数组.
  • 可以为生成时间指定以下选项:
  • DateGranularity Automatic生成时间的粒度
    TimeZone Automatic生成时间的时区
  • 每当您运行 Wolfram 语言时,RandomTime 都会给出不同的伪随机时间序列. 您可以使用 SeedRandom 从特定种子开始.

范例

打开所有单元关闭所有单元

基本范例  (7)

一天中的随机时间:

早上 6 点到下午 4 点之间的随机时间:

中午到下午 1 点之间的随机时间:

从现在开始 3 小时之内的随机时间:

过去两分钟内的随机时间:

下一个钟头和下下一个钟头之间的随机时间:

凌晨 3 点到 4 点之间的五个随机时间:

选项  (2)

DateGranularity  (1)

默认情况下,时间以 "Instant" 粒度生成:

使用 DateGranularity"Minute" 生成伪随机分钟:

TimeZone  (1)

生成利马所在时区的时间:

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 年

BibTeX

@misc{reference.wolfram_2024_randomtime, author="Wolfram Research", title="{RandomTime}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/RandomTime.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_randomtime, organization={Wolfram Research}, title={RandomTime}, year={2022}, url={https://reference.wolfram.com/language/ref/RandomTime.html}, note=[Accessed: 21-November-2024 ]}