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