I am planning to print, cut and have all possible seed words in a bag or something similar, so I violently shake it and get each word of my seed, eventually import that seed onto a Trezor without typing on the computer.
I don't know your exact meaning for saying "
true" 256-bits.
But since its entropy is via "
physical" object(
s), then to get a true random result with that range, the number of rolls should be the same as your target bits.
Your original plan is essentially only 23 pulls even if it's from 2048 options, looks good enough on paper (
2048^23) but the number of randomness that's physically performed is low.
In other words, you're generating 11-bits per pull (
11-bits randomized in one physical attempt) rather than randomizing each bit.
So IMO, it must be 256-flips using a 2 sided coin for it to be truly 1:1 with 2^256, not just "
mathematically" equal.
But this doesn't mean that a D6 or other famous air-gap method isn't secure.
It's just the physical generation of 256-bit, bit-by-bit as a response to your "
true 256-bit" random entropy.