import { MockFunction } from '@/services/Mocker' export const randomBoolean: MockFunction = function() { return Math.random() < 0.5 }