内容表

上一话题

QRandomGenerator

下一话题

QReadLocker

QRandomGenerator64

QRandomGenerator64 class allows one to obtain 64-bit random values from a high-quality, seed-less Random Number Generator. 更多

Inheritance diagram of PySide2.QtCore.QRandomGenerator64

New in version 5.10.

详细描述

QRandomGenerator64 is a simple adaptor class around QRandomGenerator , making the generate64() function the default for operator() (), instead of the function that returns 32-bit quantities. This class is intended to be used in conjunction with Standard Library algorithms that need 64-bit quantities instead of 32-bit ones.

In all other aspects, the class is the same. Please refer to QRandomGenerator ‘s documentation for more information.

另请参阅

QRandomGenerator

class QRandomGenerator64 ( other )

QRandomGenerator64(begin, end)

QRandomGenerator64(seedBuffer, len)

QRandomGenerator64([seedValue=1])

参数
  • begin quint32

  • seedValue quint32

  • other QRandomGenerator

  • len long long

  • seedBuffer quint32

  • end quint32