Exact Discrete pseudo-Random Sampling
|
04-08-2020, 12:34 PM
Post: #3
|
|||
|
|||
RE: Exact Discrete pseudo-Random Sampling
(04-08-2020 03:33 AM)ttw Wrote: To ensure small correlation, A/M as a continued fraction (a1,a2,a3...) should have each partial quotient Ai and the sum of partial quotients small. This takes a search. I did a short search: M=824633721547 and A=319872179753. What does that mean by "small" ? BTW, your searched A is *not* a primitive root modulo M >>> A=319872179753 >>> M=824633721547 >>> P = M//3 # order(A,M) = (M-1)/3 = 274877907182 >>> pow(A,P,M) 1 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Exact Discrete pseudo-Random Sampling - ttw - 04-08-2020, 03:33 AM
RE: Exact Discrete pseudo-Random Sampling - Paul Dale - 04-08-2020, 05:42 AM
RE: Exact Discrete pseudo-Random Sampling - Albert Chan - 04-08-2020, 08:56 PM
RE: Exact Discrete pseudo-Random Sampling - Albert Chan - 04-08-2020, 11:57 PM
RE: Exact Discrete pseudo-Random Sampling - ijabbott - 04-09-2020, 12:54 AM
RE: Exact Discrete pseudo-Random Sampling - Paul Dale - 04-09-2020, 04:53 AM
RE: Exact Discrete pseudo-Random Sampling - Albert Chan - 04-08-2020 12:34 PM
RE: Exact Discrete pseudo-Random Sampling - ttw - 04-08-2020, 12:53 PM
|
User(s) browsing this thread: 1 Guest(s)