Sha256: 09d2f793692c72743e674eaa1b79fb89e3db4527cabccb8e53dc8329977b874d
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
# = Randomization Methods # # Common methods related to _randomness_. # require 'facet/array/at_rand' require 'facet/array/shuffle' require 'facet/hash/at_rand' require 'facet/hash/rand_key' require 'facet/hash/rand_value' require 'facet/hash/rand_pair' require 'facet/hash/shuffle' require 'facet/string/at_rand' require 'facet/string/shuffle' require 'facet/kernel/maybe'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
facets-0.7.1 | lib/facet/rand.rb |
facets-0.7.0 | lib/facet/rand.rb |
facets-0.7.2 | lib/facet/rand.rb |