OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
nwtc_randomnumber::uniformrandomnumbers Interface Reference

More...

Public Member Functions

subroutine uniformrandomnumbersr4 (pRNG_Type, RandomNumbers)
 This subroutine produces uniformly distributed random numbers, based on the pRNG requested. More...
 
subroutine uniformrandomnumbersr8 (pRNG_Type, RandomNumbers)
 
subroutine uniformrandomnumbersr16 (pRNG_Type, RandomNumbers)
 

Detailed Description

Member Function/Subroutine Documentation

◆ uniformrandomnumbersr16()

subroutine nwtc_randomnumber::uniformrandomnumbers::uniformrandomnumbersr16 ( integer, intent(in)  pRNG_Type,
real(quki), dimension(:), intent(out)  RandomNumbers 
)

◆ uniformrandomnumbersr4()

subroutine nwtc_randomnumber::uniformrandomnumbers::uniformrandomnumbersr4 ( integer, intent(in)  pRNG_Type,
real(siki), dimension(:), intent(out)  RandomNumbers 
)

This subroutine produces uniformly distributed random numbers, based on the pRNG requested.

This routine assumes that the random number generator has been initialized earlier in the main program.

◆ uniformrandomnumbersr8()

subroutine nwtc_randomnumber::uniformrandomnumbers::uniformrandomnumbersr8 ( integer, intent(in)  pRNG_Type,
real(r8ki), dimension(:), intent(out)  RandomNumbers 
)


The documentation for this interface was generated from the following file: