What is polynomial-time random language?

103 Views Asked by At

What is polynomial-time random language? I have tried to found the definition by searching artilce, but failed. Any one give reference?

1

There are 1 best solutions below

0
On BEST ANSWER

Here is a lecture notes to explain p-time random, in one word, an infinite sequence $Z\in \{0,1\}^N$is resource-bounded/computable random if there is no computable/resource-bounded martingale that succeeds on $Z$.

So p-time randomness is an infinite sequence $Z\in \{0,1\}^N$ is p-time random if there is no p-time computable martingale that succeeds on $Z$.

I think I can say settled now.