We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c44a95 + 2604d08 commit 121c5ebCopy full SHA for 121c5eb
lib/puppet/parser/functions/seeded_rand.rb
@@ -28,5 +28,5 @@
28
29
max = args[0].to_i
30
seed = Digest::MD5.hexdigest(args[1]).hex
31
- Puppet::Util.deterministic_rand(seed, max)
+ Puppet::Util.deterministic_rand_int(seed, max)
32
end
0 commit comments