Uniform Random Number Algorithm
|
01-23-2017, 06:56 PM
Post: #11
|
|||
|
|||
RE: Uniform Random Number Algorithm
Actually the Prime CAS does not use the Mersenne Twister, while giac/xcas does, more precisely tinymt32.c which has the following copyright header
Code: /** Code: r = unsigned ((1664525*ulonglong(r)+1013904223)%(ulonglong(1)<<31)); |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)