Skip to content

Fix inlining of rand function

Compare
Choose a tag to compare
@boxbeam boxbeam released this 16 Feb 23:03
· 15 commits to master since this release

The rand operator was able to be inlined if it was used on a constant, resulting in the same value being produced every time the expression is evaluated. This no longer happens.