Difference between revisions of "Noise.new"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise.new(seed)
 
Noise.new(seed)
</source>
+
</syntaxhighlight>
  
 
Default seed value: '''1337'''
 
Default seed value: '''1337'''

Latest revision as of 15:30, 13 July 2023

Available since: Gideros 2019.12
Class: Noise

Description

Creates a new noise object.

Noise.new(seed)

Default seed value: 1337

Parameters

seed: (number) seed value optional