How to get a “random” number in OpenCL

后端 未结 9 843
悲&欢浪女
悲&欢浪女 2020-12-07 22:59

I\'m looking to get a random number in OpenCL. It doesn\'t have to be real random or even that random. Just something simple and quick.

I see there is a ton of rea

9条回答
  •  一整个雨季
    2020-12-07 23:25

    I had the same problem. www.thesalmons.org/john/random123/papers/random123sc11.pdf

    You can find the documentation here. http://www.thesalmons.org/john/random123/releases/latest/docs/index.html

    You can download the library here: http://www.deshawresearch.com/resources_random123.html

提交回复
热议问题