Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Can the same seed generate the same random sequence between different devices #237

Closed tanguytq closed 1 year ago

tanguytq commented 1 year ago

Can the same seed generate the same random sequence between different devices

unpacklo commented 1 year ago

Yes, the same seed will produce the same sequence of random numbers on all devices.