Added rand function

This commit is contained in:
Waldir Leoncio 2019-12-17 15:34:47 +01:00
parent 80e746e046
commit 6014483d1c
3 changed files with 29 additions and 0 deletions

View file

@ -6,3 +6,4 @@ export(computeRows)
export(learn_simple_partition)
export(ownNum2Str)
export(repmat)
importFrom(stats,runif)