Add a random sequence of numbers in the tree using unique or discrete values for the key. @param from starting range (>= 0) @param to ending range @param unique use unique values flag @param bt tree instance to add the values @return the list of the values in reverse order of insertion @throws IOEx
(int from, int to,
boolean unique, BPlusTree bt)
source not stored for this graph (policy: none)