## compiled code
useDynLib(hitandrun)

importFrom(stats, runif)

export(hitandrun, har.init, har.run, har,

       shakeandbake, sab.init, sab.run, sab,

       bbReject, simplex.sample, hypersphere.sample,
       
       createSeedPoint, findFace, createBoundBox,
       findExtremePoints, findVertices, findInteriorPoint,
       solution.basis, createTransform, transformConstraints,
       
       simplex.createTransform, simplex.createConstraints,

       ordinalConstraint, upperBoundConstraint, lowerBoundConstraint,
       upperRatioConstraint, lowerRatioConstraint, exactRatioConstraint,
       simplexConstraints,
       mergeConstraints,
       eliminateRedundant)

