Post Reply 
Syntax Problems with map() and apply()
05-28-2016, 07:16 AM
Post: #13
RE: Syntax Problems with map() and apply()
On the Prime, rand is using the following congruence
Code:
r = unsigned ((1664525*ulonglong(r)+1013904223)%(ulonglong(1)<<31))
Inside Giac, it's a Mersenne twister.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Syntax Problems with map() and apply() - parisse - 05-28-2016 07:16 AM



User(s) browsing this thread: 1 Guest(s)