|
|
|
|
|
by aidenn0
790 days ago
|
|
I missed it was [0,15] This doesn't make 13 a power of two. I'm aware of rejection sampling; my point was if you have a N bit value X and want M bits, truncating X to M bits and X MOD 2*M is the same. Neither solve the problem where M > N, which is what TFA is about. |
|
Where did I imply that it is?
> I'm aware of rejection sampling; my point was if you have a N bit value X and want M bits, truncating X to M bits and X MOD 2*M is the same.
Sure.
> Neither solve the problem where M > N, which is what TFA is about.
If you observe my other comments, you'll see I'm well aware of what the article is about.