Added randga function

This commit is contained in:
Waldir Leoncio 2019-12-17 15:34:59 +01:00
parent 6014483d1c
commit d77ec891c5
4 changed files with 82 additions and 48 deletions

View file

@ -5,5 +5,6 @@ export(calculatePopLogml)
export(computeRows)
export(learn_simple_partition)
export(ownNum2Str)
export(randga)
export(repmat)
importFrom(stats,runif)