Db2

Db2

Where DBAs and data experts come together to stop operating and start innovating. Connect, share, and shape the AI era with us.


#Data


#Data
#Databases
#Operatingsystems
#Db2
#Databasesolutions
 View Only
  • 1.  DBMS_RANDOM

    Posted 04/08/21 09:44 AM

    Hello,

     

    what are the algorithm behind the new DBMS_RANDOM module?

    Mersenne Twister

    Sobol

    Linear congruential generator

    Linear feedback shift Register

     

    just to list some  RNGs.

     

    Are they vectorized?


    #Db2
    #Db2EarlyAccessProgram(EAP)Forum


  • 2.  RE: DBMS_RANDOM

    Posted 04/08/21 09:44 AM
    Hi Olaf. I don't know those details off the top of my head, but can say that this is essentially an interface ​wrapper around the existing SYSFUN.RAND, for application compatibility