Rapidly simulates founder haplotypes by randomly
sampling 0s and 1s. This is equivalent to having all loci with
allele frequency 0.5 and being in linkage equilibrium.
# NOT RUN {# Creates a populations of 10 outbred individuals# Their genome consists of 1 chromosome and 100 segregating sitesfounderPop = quickHaplo(nInd=10,nChr=1,segSites=100)
# }