Secure lottery function / Random Number Generation

I think you should be able to securely a share strong hash of the entropy blob which is providing the randomness.

Sharing the blob after, users could verify the results, knowing you used the blob you said you did.

OR, you could hash the blob, generate a number, hash the number concat the two as a string and share the hashed result of that.