Christian Legnitto

Results 251 comments of Christian Legnitto

Yeah, I guess there are two target users here: those that want to control how things are padded / sent to the GPU explicitly, and those that just want it...

Sweet, this looks great! I don't have time to look at this right now but perhaps @tyranron has opinions.

> Is there a reason why this shouldn't be just a third party crate? The previously mentioned RFC goes into reasoning: https://github.com/LegNeato/bevy-rfcs/blob/entropy/rfcs/55-deterministic_rng.md#motivation

What about using the hasher as a source of entropy? https://matklad.github.io/2023/01/04/on-random-numbers.html

Also, feel free to grab any of the user level guide stuff from the RFC

> > > Is there a reason why this shouldn't be just a third party crate? > > > > > > The previously mentioned RFC goes into reasoning: https://github.com/LegNeato/bevy-rfcs/blob/entropy/rfcs/55-deterministic_rng.md#motivation...

I'm not doing a great job explaining first party vs third party. It feels a bit like trying to prove a negative but I'll give it a other shot: What...

I'm not sure you can say the examples do not need it when they almost all currently have it 😂. Sure, one can not use randomness in toy examples or...

Fair, the number of examples changed since the original RFC was written.