speice.io/blog/2024-11-15-playing-with-fire/1-introduction/biunit.ts
Bradlee Speice 3a41d5c81a Render the gasket
Need to get rid of Plotly, unfortuantely - causes issues with hydration. Seems like Victory is better able to handle what I need.
2024-11-17 17:30:07 -05:00

3 lines
84 B
TypeScript

export default function randomBiUnit(): number {
return Math.random() * 2 - 1;
}