It is used to generate random number or string based on your given distribution. Here specifically refers to the frequency distribution,like: - dist = {'a':0.1,'b':0.2,'c':0.7}, dtype='str': return a random string,like 'c' - dist = {[0,10]: 0.8,[11,100]:0.2}, dtype='int':return
(dist, dtype='str')
source not stored for this graph (policy: none)
no test coverage detected