I need random numbers in smart contract. Previously I saw @zealous loom were suggesting
"As to your concrete question, you can safely rely on the entropy of the epoch seeds (see Mina.getNetworkState), which are protected by consensus and seed the VRF used for slot leader selection (can’t get any more secure than this)."
#1210200684922798090 message
I see this.network.stakingEpochData.seed field, but as I can understand it is updated once on epoche start.
Is there some random values per slot?