File size: 70 Bytes
bc20498
 
 
1
2
3
4
export default function(random) {
  return (random() - 0.5) * 1e-6;
}