Search results

Jump to navigation Jump to search
  • chatColors[source] = {math.random(50, 255), math.random (50, 255), math.random (50, 255)}
    2 KB (294 words) - 21:55, 18 February 2022
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) -- Ustawienie losowych kolorów RGB
    2 KB (288 words) - 20:15, 15 October 2016
  • setRainLevel(math.random(5)) setRainLevel(math.random(5))
    2 KB (192 words) - 23:12, 11 January 2023
  • fxAddBulletImpact(hitX, hitY, hitZ, 0, 0, 0, math.random(1, 2), math.random(2, 5), 1.0)
    1 KB (186 words) - 10:01, 21 June 2019
  • local child = DGS:dgsGetChild(parent,math.random(1,4)) DGS:dgsSetText(child,math.random(1,100))
    1 KB (171 words) - 12:24, 29 July 2019
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (418 words) - 23:15, 8 April 2022
  • local window = DGS:dgsCreateWindow ( 0, 0, (math.random ( 0, 100 ) / 100), (math.random ( 0, 100 ) / 100), "test", true )
    2 KB (234 words) - 19:02, 3 May 2021
  • local child = DGS:dgsGetChild(parent,math.random(1,4)) DGS:dgsSetText(child,math.random(1,100))
    2 KB (203 words) - 18:59, 3 May 2021
  • * [http://www.lua.org/manual/5.1/manual.html#pdf-math.random math.random]
    2 KB (386 words) - 17:43, 28 February 2023
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) )
    2 KB (222 words) - 14:10, 18 January 2018
  • guiSetSize ( myWindow, ( math.random( 10, 50 ) / 100 ), ( math.random( 10, 50 ) / 100 ), true )
    2 KB (213 words) - 17:20, 21 November 2018
  • ...math.random(4000, 5000), 0, fires[i][1]+math.random(0.1, 0.3), fires[i][2]+math.random(0.1, 0.2), fires[i][3]+0.2, 1, 1, 1)
    3 KB (345 words) - 09:59, 21 June 2019
  • {{Deprecated|math.random}}
    458 bytes (54 words) - 12:18, 26 June 2014
  • * [http://lua.gts-stolberg.de/math.php#math.random math.random]
    2 KB (361 words) - 17:58, 21 February 2021
  • local red, green, blue = math.random(50, 255), math.random(50, 255), math.random(50, 255)
    4 KB (196 words) - 17:10, 4 December 2017
  • local vertice = {x, y, tocolor(math.random(255), math.random(255), math.random(255))}
    3 KB (380 words) - 17:13, 26 October 2018
  • local randFile = zipTranslator:open( tostring( math.random( 0, 1 ) ) .. ".rnd", "wb" ); Its name is random. ]] .. math.random( 0, 100 )
    2 KB (290 words) - 00:07, 17 January 2022
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 )
    3 KB (408 words) - 17:22, 4 October 2022
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (432 words) - 20:15, 1 April 2023
  • ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) ) ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) )
    2 KB (240 words) - 13:26, 5 April 2022
View ( | ) (20 | 50 | 100 | 250 | 500)