class QRandomGenerator64#

QRandomGenerator64 类允许从高质量的、无种子的随机数生成器中获取64位随机值。 更多...

Inheritance diagram of PySide6.QtCore.QRandomGenerator64

摘要#

方法#

注意

此文档可能包含自动从C++转换为Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译中的问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单的方式来告知我们。

详细描述#

QRandomGenerator64 是围绕 QRandomGenerator 的简单适配器类,使用 generate64() 函数作为操作符 () 的默认值,而不是返回32位数量的函数。此类旨在与需要64位数量而不是32位数量的标准库算法一起使用。

在其他所有方面,该类相同。有关更多信息,请参阅 QRandomGenerator 的文档。

另请参阅

QRandomGenerator

__init__(other)#
参数:

otherQRandomGenerator

__init__(begin, end)
参数:
  • beginquint32

  • endquint32

__init__(seedBuffer, len)
参数:
  • seedBufferquint32

  • len – int

__init__([seedValue=1])
参数:

seedValue – int