Using a PRNG to generate an OTP is called a stream cipher, and then it isn't an OTP. :)
When using an OTP, you have to use non-pseudorandom values to avoid just being a stream cipher. If you're doing that, you can skip sharing the pad and just share the initial state of the PRNG.
If you go to the trouble of sharing the pad, go to the trouble of using random data within it. :)
When using an OTP, you have to use non-pseudorandom values to avoid just being a stream cipher. If you're doing that, you can skip sharing the pad and just share the initial state of the PRNG.
If you go to the trouble of sharing the pad, go to the trouble of using random data within it. :)