Skip to content

Conversation

@maxwofford
Copy link
Member

Fixes #161

// when you run the following...
console.log(Math.random())
console.log(Math.random())
console.log(Math.random())
console.log(Math.random())
WARN> Math.random() called! This could cause issues if done unintentionally. https://github.com/hackclub/blot/issues/161
> 0.6913689623313306
> 0.8114130283005876
> 0.2853826537241573
> 0.217250787267246

@vercel
Copy link

vercel bot commented Dec 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blot ❌ Failed (Inspect) Dec 19, 2023 5:15am
blot-3dgallery ✅ Ready (Inspect) Visit Preview Dec 19, 2023 5:15am

@maxwofford
Copy link
Member Author

This build will fail while #210 is unmerged

@leomcelroy leomcelroy merged commit 12aae33 into main Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Difference between editor preview and blot drawing when using Math.random()

3 participants