jiggle.js 69 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
export default function() {
  return (Math.random() - 0.5) * 1e-6;
}