Skip to content

Commit f98993c

Browse files
committed
Core - update version introduced for current_random_source
Since it appears the next release of Sonic Pi will be a minor version rather than a patch version, the version number indicating when `current_random_source` was introduced has been updated.
1 parent 873009d commit f98993c

File tree

1 file changed

+1
-1
lines changed
  • app/server/ruby/lib/sonicpi/lang

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/lang/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3875,7 +3875,7 @@ def current_random_source
38753875
SonicPi::Core::SPRand.get_random_number_distribution
38763876
end
38773877
doc name: :current_random_source,
3878-
introduced: Version.new(3,3,2),
3878+
introduced: Version.new(3,4,0),
38793879
summary: "Get current random source",
38803880
doc: "Returns the source of the current random number generator (what kind of noise is generating the random numbers).
38813881

0 commit comments

Comments
 (0)